mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02: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:
@@ -19,14 +19,6 @@ export default
|
|||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
fields: {
|
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: {
|
name: {
|
||||||
key: true,
|
key: true,
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
@@ -35,6 +27,14 @@ export default
|
|||||||
description: {
|
description: {
|
||||||
label: 'Description',
|
label: 'Description',
|
||||||
// columnClass: 'col-lg-4 col-md-3 hidden-sm hidden-xs'
|
// 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'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user