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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user