From 346df0aaa993186cd1810aa2b1fc707aa1d110ce Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 29 Jun 2016 08:48:10 -0400 Subject: [PATCH] Set a default tooltip for system tracking in case there are no hosts in the list --- awx/ui/client/src/lists/InventoryHosts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/lists/InventoryHosts.js b/awx/ui/client/src/lists/InventoryHosts.js index 7022c3922c..16c8989832 100644 --- a/awx/ui/client/src/lists/InventoryHosts.js +++ b/awx/ui/client/src/lists/InventoryHosts.js @@ -95,7 +95,7 @@ export default system_tracking: { buttonContent: 'System Tracking', ngClick: 'systemTracking()', - awToolTip: "{{ systemTrackingTooltip }}", + awToolTip: "Select one or two hosts by clicking the checkbox beside the host. System tracking offers the ability to compare the results of two scan runs from different dates on one host or the same date on two hosts.", dataTipWatch: "systemTrackingTooltip", dataPlacement: 'top', awFeature: 'system_tracking',