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
@@ -20,7 +20,8 @@ export const sda = {
'device_type': '',
'label': '',
'host_id': '',
'device_status': 0
'device_status': 0,
'archived': false
},
'smart_results': [{
'date': '2021-10-24T23:20:44Z',