From e7e47c8906c7723565d25de652ac992d4720732e Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 22 Aug 2017 15:26:54 -0400 Subject: [PATCH] Update name column classes after deleting groups column --- .../inventories/smart-inventory/smart-inventory-hosts.route.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js index 31794850f5..4924ec39f5 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js @@ -35,6 +35,7 @@ export default { list.basePath = GetBasePath('inventory') + $stateParams.smartinventory_id + '/hosts'; delete list.actions.create; delete list.fields.groups; + list.fields.name.columnClass = 'col-lg-8 col-md-11 col-sm-8 col-xs-7'; return list; }], Dataset: ['ListDefinition', 'QuerySet', '$stateParams', 'GetBasePath', '$interpolate', '$rootScope',