diff --git a/awx/ui/static/js/lists/JobTemplates.js b/awx/ui/static/js/lists/JobTemplates.js index 5b3e24e6c3..1127186e4a 100644 --- a/awx/ui/static/js/lists/JobTemplates.js +++ b/awx/ui/static/js/lists/JobTemplates.js @@ -19,7 +19,12 @@ export default hover: true, 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', columnClass: 'col-md-2 col-sm-2 col-xs-2', searchable: false, @@ -27,11 +32,6 @@ export default ngInclude: "'/static/partials/job-template-smart-status.html'", type: 'template' }, - name: { - key: true, - label: 'Name', - // 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'