mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Set next_run to be the key field, sorted in desc order. Moved name to appear before type.
This commit is contained in:
committed by
Chris Church
parent
bcab5e719e
commit
5305734bbe
@@ -23,7 +23,10 @@ angular.module('ScheduledJobsDefinition', [])
|
|||||||
next_run: {
|
next_run: {
|
||||||
label: 'Next Run',
|
label: 'Next Run',
|
||||||
link: false,
|
link: false,
|
||||||
columnClass: "col-md-2"
|
searchable: false,
|
||||||
|
columnClass: "col-md-2",
|
||||||
|
key: true,
|
||||||
|
desc: true
|
||||||
},
|
},
|
||||||
dtend: {
|
dtend: {
|
||||||
label: 'Ends On',
|
label: 'Ends On',
|
||||||
@@ -31,16 +34,16 @@ angular.module('ScheduledJobsDefinition', [])
|
|||||||
filter: "date:'MM/dd/yy HH:mm:ss'",
|
filter: "date:'MM/dd/yy HH:mm:ss'",
|
||||||
columnClass: "col-md-2 hidden-xs"
|
columnClass: "col-md-2 hidden-xs"
|
||||||
},
|
},
|
||||||
type: {
|
|
||||||
label: 'Type',
|
|
||||||
link: false,
|
|
||||||
columnClass: "col-md-2 hidden-sm hidden-xs"
|
|
||||||
},
|
|
||||||
template_name: {
|
template_name: {
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
columnClass: "col-md-4 col-xs-5",
|
columnClass: "col-md-4 col-xs-5",
|
||||||
sourceModel: "template",
|
sourceModel: "template",
|
||||||
sourceField: "name"
|
sourceField: "name"
|
||||||
|
},
|
||||||
|
type: {
|
||||||
|
label: 'Type',
|
||||||
|
link: false,
|
||||||
|
columnClass: "col-md-2 hidden-sm hidden-xs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user