From 2e9aa3bb8f5e5c0b89a9e997a135a5461f3c44d8 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 26 May 2016 16:24:00 -0400 Subject: [PATCH] update list column sizes --- awx/ui/client/src/lists/JobTemplates.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/lists/JobTemplates.js b/awx/ui/client/src/lists/JobTemplates.js index 5217ad42c9..cd61344686 100644 --- a/awx/ui/client/src/lists/JobTemplates.js +++ b/awx/ui/client/src/lists/JobTemplates.js @@ -31,7 +31,7 @@ export default }, smart_status: { label: 'Activity', - columnClass: 'List-tableCell col-lg-3 col-md-4 hidden-sm hidden-xs', + columnClass: 'List-tableCell col-lg-2 col-md-2 hidden-sm hidden-xs', searchable: false, nosort: true, ngInclude: "'/static/partials/job-template-smart-status.html'", @@ -41,7 +41,7 @@ export default label: 'Labels', type: 'labels', nosort: true, - columnClass: 'List-tableCell col-lg-3 col-md-3 hidden-sm hidden-xs', + columnClass: 'List-tableCell col-lg-4 col-md-4 hidden-sm hidden-xs', searchType: 'related', sourceModel: 'labels', sourceField: 'name'