Feature #25: Job General Preferences

Initially to make 'long running job threshold' configurable. Updates to
ManagedJobList and fix for missing GetClaimKeys method (#24).
This commit is contained in:
Gary Sharp
2013-10-24 18:19:05 +11:00
parent 0d60fb422c
commit 723eeec91e
31 changed files with 987 additions and 142 deletions
@@ -2099,6 +2099,9 @@ div.form > table table.sub > tbody > tr > th.name {
#pageMenu td .pageMenuArea:not(:last-child) {
border-bottom: 1px dashed #aaa;
}
#pageMenu td .pageMenuArea.noSeperator {
border-bottom: none;
}
#pageMenu td:first-child {
padding-left: 0;
}
File diff suppressed because one or more lines are too long
+3
View File
@@ -921,6 +921,9 @@ div.form > table table.sub > tbody > tr > th.name {
#pageMenu td .pageMenuArea:not(:last-child) {
border-bottom: 1px dashed #aaa;
}
#pageMenu td .pageMenuArea.noSeperator {
border-bottom: none;
}
#pageMenu td:first-child {
padding-left: 0;
}
+4
View File
@@ -883,6 +883,10 @@ div.form {
.pageMenuArea:not(:last-child) {
border-bottom: 1px dashed #aaa;
}
.pageMenuArea.noSeperator {
border-bottom: none;
}
}
td:first-child {
File diff suppressed because one or more lines are too long