mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
fixed order of job template list
This commit is contained in:
@@ -19,7 +19,12 @@ export default
|
|||||||
hover: true,
|
hover: true,
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
smart_status: {
|
name: {
|
||||||
|
key: true,
|
||||||
|
label: 'Name',
|
||||||
|
// columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
||||||
|
},
|
||||||
|
smart_status: {
|
||||||
label: 'Status',
|
label: 'Status',
|
||||||
columnClass: 'col-md-2 col-sm-2 col-xs-2',
|
columnClass: 'col-md-2 col-sm-2 col-xs-2',
|
||||||
searchable: false,
|
searchable: false,
|
||||||
@@ -27,11 +32,6 @@ export default
|
|||||||
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
||||||
type: 'template'
|
type: 'template'
|
||||||
},
|
},
|
||||||
name: {
|
|
||||||
key: true,
|
|
||||||
label: 'Name',
|
|
||||||
// columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
|
||||||
},
|
|
||||||
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user