diff --git a/awx/ui/client/src/lists/InventoryHosts.js b/awx/ui/client/src/lists/InventoryHosts.js index af5f114fc6..4b2dcf2103 100644 --- a/awx/ui/client/src/lists/InventoryHosts.js +++ b/awx/ui/client/src/lists/InventoryHosts.js @@ -97,7 +97,8 @@ export default actionClass: 'btn List-buttonDefault system-tracking', ngDisabled: 'systemTrackingDisabled || !hostsSelected', showTipWhenDisabled: true, - tooltipInnerClass: "Tooltip-wide" + tooltipInnerClass: "Tooltip-wide", + ngShow: true }, refresh: { mode: 'all',