diff --git a/awx/ui/client/src/lists/InventoryGroups.js b/awx/ui/client/src/lists/InventoryGroups.js index 58277ed78d..6002000e53 100644 --- a/awx/ui/client/src/lists/InventoryGroups.js +++ b/awx/ui/client/src/lists/InventoryGroups.js @@ -12,6 +12,7 @@ export default iterator: 'group', editTitle: '{{ inventory.name }}', listTitle: 'Groups', + searchSize: 'col-lg-12 col-md-12 col-sm-12 col-xs-12', showTitle: false, well: true, index: false, @@ -31,7 +32,7 @@ export default nosort: true, label: '', type: 'badgeCount', - ngHide: 'group.total_groups == 0', + ngHide: 'group.total_groups == 0', }, source: { label: 'Source', diff --git a/awx/ui/client/src/lists/InventoryHosts.js b/awx/ui/client/src/lists/InventoryHosts.js index d71e9a0083..655f8e28ac 100644 --- a/awx/ui/client/src/lists/InventoryHosts.js +++ b/awx/ui/client/src/lists/InventoryHosts.js @@ -12,6 +12,7 @@ export default iterator: 'host', editTitle: '{{ selected_group }}', listTitle: 'Hosts', + searchSize: 'col-lg-12 col-md-12 col-sm-12 col-xs-12', showTitle: false, well: true, index: false,