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:
@@ -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;
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
@@ -883,6 +883,10 @@ div.form {
|
||||
.pageMenuArea:not(:last-child) {
|
||||
border-bottom: 1px dashed #aaa;
|
||||
}
|
||||
|
||||
.pageMenuArea.noSeperator {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
td:first-child {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user