Feature: Job Queues
Also UI style, theme and element changes
This commit is contained in:
@@ -104,6 +104,16 @@ namespace Disco.Web.Areas.Config
|
||||
"Config/AuthorizationRole/{id}",
|
||||
new { controller = "AuthorizationRole", action = "Index", id = UrlParameter.Optional }
|
||||
);
|
||||
context.MapRoute(
|
||||
"Config_JobQueue_Create",
|
||||
"Config/JobQueue/Create",
|
||||
new { controller = "JobQueue", action = "Create", id = UrlParameter.Optional }
|
||||
);
|
||||
context.MapRoute(
|
||||
"Config_JobQueue",
|
||||
"Config/JobQueue/{id}",
|
||||
new { controller = "JobQueue", action = "Index", id = UrlParameter.Optional }
|
||||
);
|
||||
|
||||
context.MapRoute(
|
||||
"Config_Plugins",
|
||||
|
||||
Reference in New Issue
Block a user