got the group drawer set up using the responsive tabe for the devices
This commit is contained in:
parent
bb036a60c7
commit
4a3b706487
4 changed files with 96 additions and 11 deletions
|
|
@ -51,6 +51,7 @@ export default function DevicePage() {
|
|||
const [addComponentManualDialogOpen, setAddComponentManualDialogOpen] = useState(false)
|
||||
|
||||
const loadDevice = () => {
|
||||
console.log("load device page data")
|
||||
if (loading) return
|
||||
setLoading(true)
|
||||
deviceAPI.getPageData(deviceID, getContextKeys(), getContextTypes()).then(resp => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue