mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Merge pull request #262 from ansible/jlm_63_fix_order_of_jt_list
Jlm 63 fix order of jt list
This commit is contained in:
commit
716255af6a
@ -19,14 +19,6 @@ export default
|
||||
hover: true,
|
||||
|
||||
fields: {
|
||||
smart_status: {
|
||||
label: 'Status',
|
||||
columnClass: 'col-md-2 col-sm-2 col-xs-2',
|
||||
searchable: false,
|
||||
nosort: true,
|
||||
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
||||
type: 'template'
|
||||
},
|
||||
name: {
|
||||
key: true,
|
||||
label: 'Name',
|
||||
@ -35,6 +27,14 @@ export default
|
||||
description: {
|
||||
label: 'Description',
|
||||
// columnClass: 'col-lg-4 col-md-3 hidden-sm hidden-xs'
|
||||
},
|
||||
smart_status: {
|
||||
label: 'Status',
|
||||
columnClass: 'col-md-1 col-sm-2 col-xs-3',
|
||||
searchable: false,
|
||||
nosort: true,
|
||||
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
||||
type: 'template'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user