Feature: Job Queues
Also UI style, theme and element changes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Disco.Models.Repository;
|
||||
using System;
|
||||
|
||||
namespace Disco.Models.Services.Jobs.JobLists
|
||||
{
|
||||
public class JobTableStatusQueueItemModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int QueueId { get; set; }
|
||||
public DateTime AddedDate { get; set; }
|
||||
public DateTime? SLAExpiresDate { get; set; }
|
||||
public JobQueuePriority Priority { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user