mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Matched order of column listings
This commit is contained in:
@@ -59,15 +59,6 @@ export default
|
|||||||
awToolTip: "{{ completed_job.name | sanitize }}",
|
awToolTip: "{{ completed_job.name | sanitize }}",
|
||||||
dataPlacement: 'top'
|
dataPlacement: 'top'
|
||||||
},
|
},
|
||||||
finished: {
|
|
||||||
label: 'Finished',
|
|
||||||
noLink: true,
|
|
||||||
searchable: false,
|
|
||||||
filter: "longDate",
|
|
||||||
columnClass: "col-lg-3 col-md-3 col-sm-3 hidden-xs",
|
|
||||||
key: true,
|
|
||||||
desc: true
|
|
||||||
},
|
|
||||||
type: {
|
type: {
|
||||||
label: 'Type',
|
label: 'Type',
|
||||||
ngBind: 'completed_job.type_label',
|
ngBind: 'completed_job.type_label',
|
||||||
@@ -77,6 +68,15 @@ export default
|
|||||||
searchType: 'select',
|
searchType: 'select',
|
||||||
searchOptions: [] // populated via GetChoices() in controller
|
searchOptions: [] // populated via GetChoices() in controller
|
||||||
},
|
},
|
||||||
|
finished: {
|
||||||
|
label: 'Finished',
|
||||||
|
noLink: true,
|
||||||
|
searchable: false,
|
||||||
|
filter: "longDate",
|
||||||
|
columnClass: "col-lg-3 col-md-3 col-sm-3 hidden-xs",
|
||||||
|
key: true,
|
||||||
|
desc: true
|
||||||
|
},
|
||||||
failed: {
|
failed: {
|
||||||
label: 'Job failed?',
|
label: 'Job failed?',
|
||||||
searchSingleValue: true,
|
searchSingleValue: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user