feature: pending device enrollment approval

This commit is contained in:
Gary Sharp
2024-01-21 14:06:11 +11:00
parent 6af83cbdb2
commit 37e2e5a08c
33 changed files with 1379 additions and 344 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
using Disco.Models.Services.Job.Statistics;
using Disco.Models.ClientServices;
using Disco.Models.Services.Job.Statistics;
using Disco.Models.Services.Jobs.JobLists;
using Disco.Models.UI.Job;
using System.Collections.Generic;
@@ -9,6 +10,7 @@ namespace Disco.Web.Models.Job
{
public JobTableModel MyJobs { get; set; }
public JobTableModel StaleJobs { get; set; }
public List<EnrolResponse> PendingEnrollments { get; set; }
public List<DailyOpenedClosedItem> DailyOpenedClosedStatistics { get; set; }
}