From df47b81816a65e62af0190f3726b028f089fd29e Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Thu, 22 Dec 2016 12:21:17 -0800 Subject: [PATCH] show the system tracking button at all times --- awx/ui/client/src/lists/InventoryHosts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',