Feature: Job Queues
Also UI style, theme and element changes
This commit is contained in:
@@ -18,8 +18,6 @@ namespace Disco.Web.Areas.API.Controllers
|
||||
Database.DiscoConfiguration.JobPreferences.LongRunningJobDaysThreshold = LongRunningJobDaysThreshold;
|
||||
Database.SaveChanges();
|
||||
|
||||
Disco.Web.Controllers.JobController.ReInitializeLongRunningJobList(Database);
|
||||
|
||||
if (redirect)
|
||||
return RedirectToAction(MVC.Config.JobPreferences.Index());
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user