mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
moved smart status to the right of description and gave the correct column class.
This commit is contained in:
@@ -24,17 +24,17 @@ export default
|
|||||||
label: 'Name',
|
label: 'Name',
|
||||||
// columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
// columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
||||||
},
|
},
|
||||||
|
description: {
|
||||||
|
label: 'Description',
|
||||||
|
// columnClass: 'col-lg-4 col-md-3 hidden-sm hidden-xs'
|
||||||
|
},
|
||||||
smart_status: {
|
smart_status: {
|
||||||
label: 'Status',
|
label: 'Status',
|
||||||
columnClass: 'col-md-2 col-sm-2 col-xs-2',
|
columnClass: 'col-md-1 col-sm-2 col-xs-3',
|
||||||
searchable: false,
|
searchable: false,
|
||||||
nosort: true,
|
nosort: true,
|
||||||
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
||||||
type: 'template'
|
type: 'template'
|
||||||
},
|
|
||||||
description: {
|
|
||||||
label: 'Description',
|
|
||||||
// columnClass: 'col-lg-4 col-md-3 hidden-sm hidden-xs'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user