mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Matched order of column listings
This commit is contained in:
parent
490425970a
commit
760fb3845f
@ -59,15 +59,6 @@ export default
|
||||
awToolTip: "{{ completed_job.name | sanitize }}",
|
||||
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: {
|
||||
label: 'Type',
|
||||
ngBind: 'completed_job.type_label',
|
||||
@ -77,6 +68,15 @@ export default
|
||||
searchType: 'select',
|
||||
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: {
|
||||
label: 'Job failed?',
|
||||
searchSingleValue: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user