devices stat cards can be selected to list by device state
This commit is contained in:
parent
3a000b0094
commit
adbf83808f
3 changed files with 104 additions and 30 deletions
|
|
@ -363,7 +363,7 @@ export default function Devices() {
|
|||
<Tab wrapped value={"never"} label={<CreateGroupIcon className={classes.green} />} onClick={() => openGroupSettings(undefined, "add")} />
|
||||
</Tabs>
|
||||
</Box>
|
||||
<DevicesSummary />
|
||||
<DevicesSummary setSearch={setSearch} />
|
||||
<ResponsiveTable<Device>
|
||||
title={<SmartBreadcrumb prependPaths={getGroup() && ["groups", getGroup().id().toString()]} groupName={getGroup() && getGroup().name()} paddingBottom={1}/>}
|
||||
subtitle={subtitle()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue