feature: batch device decommissioning
This commit is contained in:
@@ -21,5 +21,6 @@ namespace Disco.Models.Services.Devices.Importing
|
||||
|
||||
List<IDeviceImportRecord> Records { get; set; }
|
||||
int AffectedRecords { get; set; }
|
||||
bool AllowBacktracking { get; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,5 +16,6 @@ namespace Disco.Models.UI.Config.DeviceBatch
|
||||
int DeviceCount { get; set; }
|
||||
int DeviceDecommissionedCount { get; set; }
|
||||
bool CanDelete { get; set; }
|
||||
bool CanDecommission { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user