diff --git a/awx/ui/static/js/lists/InventoryGroups.js b/awx/ui/static/js/lists/InventoryGroups.js index 7750283365..f3e0af4cba 100644 --- a/awx/ui/static/js/lists/InventoryGroups.js +++ b/awx/ui/static/js/lists/InventoryGroups.js @@ -22,7 +22,7 @@ angular.module('InventoryGroupsDefinition', []) key: true, ngClick: "groupSelect(group.id)", columnClick: "groupSelect(group.id)", - columnClass: 'col-lg-10 col-md-10 col-sm-10 col-xs-7' + columnClass: 'col-lg-8 col-md-8 col-sm-8 col-xs-6' }, source: { label: 'Source', @@ -99,7 +99,7 @@ angular.module('InventoryGroupsDefinition', []) fieldActions: { - columnClass: 'col-lg-2 col-md-2 col-sm-2 col-xs-5', + columnClass: 'col-lg-4 col-md-4 col-sm-4 col-xs-6 text-right', label: false, sync_status: { diff --git a/awx/ui/static/js/lists/InventoryHosts.js b/awx/ui/static/js/lists/InventoryHosts.js index 8e4638e242..b38d62397b 100644 --- a/awx/ui/static/js/lists/InventoryHosts.js +++ b/awx/ui/static/js/lists/InventoryHosts.js @@ -28,7 +28,7 @@ angular.module('InventoryHostsDefinition', []) label: 'Hosts', ngClick: "editHost(host.id)", searchPlaceholder: "search_place_holder", - columnClass: 'col-lg-10 col-md-10 col-sm-10 col-xs-7', + columnClass: 'col-lg-8 col-md-9 col-sm-9 col-xs-7', dataHostId: "{{ host.id }}", dataType: "host" }, @@ -50,7 +50,7 @@ angular.module('InventoryHostsDefinition', []) fieldActions: { - columnClass: 'col-lg-2 col-md-2 col-sm-2 col-xs-5', + columnClass: 'col-lg-4 col-md-3 col-sm-3 col-xs-5 text-right', label: false, enabled_flag: { diff --git a/awx/ui/static/less/inventory-edit.less b/awx/ui/static/less/inventory-edit.less index dcb192b6b9..722a91896e 100644 --- a/awx/ui/static/less/inventory-edit.less +++ b/awx/ui/static/less/inventory-edit.less @@ -10,6 +10,12 @@ #breadcrumbs .nav-path { margin-bottom: 8px; } + #hosts_table .actions{ + float: right; + } + #groups_table .actions{ + float:right; + } } #group-copy-dialog,