Feature: Job Queues
Also UI style, theme and element changes
This commit is contained in:
@@ -9,6 +9,14 @@ namespace Disco.Services.Authorization.Roles.ClaimGroups.Job
|
||||
[ClaimDetails("Lists", "Permissions related to Job Lists")]
|
||||
public class JobListsClaims : BaseRoleClaimGroup
|
||||
{
|
||||
[ClaimDetails("Job Queue Lists", "Can show job queue lists")]
|
||||
public bool JobQueueLists { get; set; }
|
||||
|
||||
[ClaimDetails("My Jobs List", "Can show list")]
|
||||
public bool MyJobs { get; set; }
|
||||
[ClaimDetails("My Jobs List (Includes No Queue)", "Can show list")]
|
||||
public bool MyJobsOrphaned { get; set; }
|
||||
|
||||
[ClaimDetails("Awaiting Technician Action List", "Can show list")]
|
||||
public bool AwaitingTechnicianAction { get; set; }
|
||||
[ClaimDetails("Long Running Jobs List", "Can show list")]
|
||||
|
||||
Reference in New Issue
Block a user