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