devices stat cards can be selected to list by device state

This commit is contained in:
Carter 2025-01-27 12:15:10 -06:00
parent 3a000b0094
commit adbf83808f
3 changed files with 104 additions and 30 deletions

View file

@ -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()}