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:
Gary Sharp
2014-02-13 22:17:49 +11:00
parent 2ac3a9bdd3
commit 68256d7abd
30 changed files with 881 additions and 330 deletions
@@ -4044,6 +4044,10 @@ table.jobTable div.queues {
display: inline-block;
float: right;
}
table.jobTable td.lastActive,
table.jobTable th.lastActive {
width: 130px;
}
table.jobTable td.dates,
table.jobTable th.dates {
width: 130px;
File diff suppressed because one or more lines are too long
+4
View File
@@ -843,6 +843,10 @@ table.jobTable div.queues {
display: inline-block;
float: right;
}
table.jobTable td.lastActive,
table.jobTable th.lastActive {
width: 130px;
}
table.jobTable td.dates,
table.jobTable th.dates {
width: 130px;
+4
View File
@@ -800,6 +800,10 @@ table.jobTable {
float: right;
}
td.lastActive, th.lastActive {
width: 130px;
}
td.dates, th.dates {
width: 130px;
}
File diff suppressed because one or more lines are too long