feature: specify device profile/batch during pending enrolment
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
namespace Disco.Models.UI.Config.Enrolment
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Config.Enrolment
|
||||
{
|
||||
public interface ConfigEnrolmentStatusModel : BaseUIModel
|
||||
{
|
||||
int DefaultDeviceProfileId { get; set; }
|
||||
List<Repository.DeviceProfile> DeviceProfiles { get; set; }
|
||||
List<Repository.DeviceBatch> DeviceBatches { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user