From 15e170ca3622c7371872c668698c94151233e092 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 7 Jun 2017 16:06:46 -0400 Subject: [PATCH] Remove sync status on smart inventory rows --- awx/ui/client/src/inventories/inventory.list.js | 2 +- .../list/host-summary-popover/host-summary-popover.block.less | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 awx/ui/client/src/inventories/list/host-summary-popover/host-summary-popover.block.less diff --git a/awx/ui/client/src/inventories/inventory.list.js b/awx/ui/client/src/inventories/inventory.list.js index 1969a1920d..8b401e6159 100644 --- a/awx/ui/client/src/inventories/inventory.list.js +++ b/awx/ui/client/src/inventories/inventory.list.js @@ -27,7 +27,7 @@ export default ['i18n', function(i18n) { ngClick: "null", iconOnly: true, excludeModal: true, - template: ``, + template: ``, icons: [{ icon: "{{ 'icon-cloud-' + inventory.syncStatus }}", awToolTip: "{{ inventory.syncTip }}", diff --git a/awx/ui/client/src/inventories/list/host-summary-popover/host-summary-popover.block.less b/awx/ui/client/src/inventories/list/host-summary-popover/host-summary-popover.block.less new file mode 100644 index 0000000000..5d04f3b558 --- /dev/null +++ b/awx/ui/client/src/inventories/list/host-summary-popover/host-summary-popover.block.less @@ -0,0 +1,3 @@ +.HostSummaryPopover-noSourceSummary { + margin-left: 19px; +}