feature: device model/profile decommissioning

This commit is contained in:
Gary Sharp
2025-07-05 13:55:44 +10:00
parent 583552ffdd
commit 6e99b4503b
17 changed files with 714 additions and 23 deletions
@@ -12,5 +12,6 @@ namespace Disco.Models.UI.Config.DeviceModel
int DeviceDecommissionedCount { get; set; }
bool CanDelete { get; set; }
bool CanDecommission { get; set; }
}
}
@@ -17,5 +17,6 @@ namespace Disco.Models.UI.Config.DeviceProfile
int DeviceDecommissionedCount { get; set; }
bool CanDelete { get; set; }
bool CanDecommission { get; set; }
}
}