Update: Job Entity -> Enum Support 2
Support the DistributionType Enum in Device Profiles
This commit is contained in:
@@ -14,9 +14,7 @@ namespace Disco.Models.UI.Config.DeviceProfile
|
||||
int? Address { get; set; }
|
||||
string AddressName { get; set; }
|
||||
string Description { get; set; }
|
||||
int DistributionTypeId { get; set; }
|
||||
|
||||
string DistributionType { get; }
|
||||
Models.Repository.DeviceProfile.DistributionTypes DistributionType { get; set; }
|
||||
|
||||
int DeviceCount { get; set; }
|
||||
int DeviceDecommissionedCount { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user