From e19e37b46e79b4290d5e7804ee1e56c1ed4dcda2 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 7 Aug 2017 13:47:52 -0400 Subject: [PATCH] Add tooltip to Smart Inventory disabled host tab --- .../inventories/smart-inventory/smart-inventory.form.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js index 920a09a11e..fa1178393e 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js @@ -164,6 +164,8 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo }, hosts: { name: 'hosts', + awToolTip: i18n._('Please save before creating hosts.'), + dataPlacement: 'top', include: "RelatedHostsListDefinition", title: i18n._('Hosts'), iterator: 'host',