Update: Device Count Details
More information about device membership in Batches, Profiles and Models.
This commit is contained in:
@@ -10,6 +10,9 @@ namespace Disco.Models.UI.Config.DeviceBatch
|
||||
{
|
||||
Disco.Models.Repository.DeviceBatch DeviceBatch { get; set; }
|
||||
List<Disco.Models.Repository.DeviceModel> DeviceModels { get; set; }
|
||||
|
||||
List<ConfigDeviceBatchShowModelMembership> DeviceModelMembers { get; set; }
|
||||
|
||||
int DeviceCount { get; set; }
|
||||
int DeviceDecommissionedCount { get; set; }
|
||||
bool CanDelete { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user