feature: pending device enrollment approval
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Disco.Models.UI.Config.Enrolment
|
||||
namespace Disco.Models.UI.Config.Enrolment
|
||||
{
|
||||
public interface ConfigEnrolmentIndexModel : BaseUIModel
|
||||
{
|
||||
string MacSshUsername { get; set; }
|
||||
int PendingTimeoutMinutes { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
using Disco.Models.Services.Jobs.JobLists;
|
||||
using Disco.Models.ClientServices;
|
||||
using Disco.Models.Services.Jobs.JobLists;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Job
|
||||
{
|
||||
@@ -6,5 +8,6 @@ namespace Disco.Models.UI.Job
|
||||
{
|
||||
JobTableModel MyJobs { get; set; }
|
||||
JobTableModel StaleJobs { get; set; }
|
||||
List<EnrolResponse> PendingEnrollments { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user