Feature: Job Queues

Also UI style, theme and element changes
This commit is contained in:
Gary Sharp
2014-02-03 14:50:08 +11:00
parent bdb3e1e6b4
commit 3f63281dc4
212 changed files with 17334 additions and 5441 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ using Disco.BI.Extensions;
using Disco.Models.UI.Device;
using Disco.Web.Extensions;
using Disco.Services.Plugins;
using Disco.Models.Services.Jobs.JobLists;
namespace Disco.Web.Models.Device
{
@@ -20,7 +21,7 @@ namespace Disco.Web.Models.Device
public PluginFeatureManifest DeviceProfileCertificateProvider { get; set; }
public List<Disco.Models.Repository.DeviceBatch> DeviceBatches { get; set; }
public Disco.Models.BI.Job.JobTableModel Jobs { get; set; }
public JobTableModel Jobs { get; set; }
public List<Disco.Models.Repository.DeviceCertificate> Certificates { get; set; }
public string OrganisationUnit { get; set; }