Feature #37: Stale Jobs
Stale Jobs replaces Long-Running Jobs on the homepage. Last Activity is added to the job table.
This commit is contained in:
@@ -131,6 +131,6 @@
|
||||
}
|
||||
@if (Authorization.Has(Claims.Job.Lists.LongRunningJobs))
|
||||
{
|
||||
<h2>Long Running Jobs (@Model.LongRunningJobs.Items.Count())</h2>
|
||||
@Html.Partial(MVC.Shared.Views._JobTable, Model.LongRunningJobs, new ViewDataDictionary())
|
||||
<h2>Stale Jobs (@Model.StaleJobs.Items.Count())</h2>
|
||||
@Html.Partial(MVC.Shared.Views._JobTable, Model.StaleJobs, new ViewDataDictionary())
|
||||
}
|
||||
Reference in New Issue
Block a user