491 [FEAT] Allow disks to be hidden/archived

- Fix mock device type definition mismatch in the frontend.
- Make DeviceModel archived field optional.
This commit is contained in:
Sam
2025-04-28 15:01:07 +02:00
parent 2244504023
commit 3e11583283
3 changed files with 17 additions and 9 deletions
@@ -1,6 +1,6 @@
// maps to webapp/backend/pkg/models/device.go
export interface DeviceModel {
archived: boolean;
archived?: boolean;
wwn: string;
device_name?: string;
device_uuid?: string;