Add tooltip to Smart Inventory disabled host tab

This commit is contained in:
Marliana Lara
2017-08-07 13:47:52 -04:00
parent ced871f34b
commit e19e37b46e

View File

@@ -164,6 +164,8 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo
}, },
hosts: { hosts: {
name: 'hosts', name: 'hosts',
awToolTip: i18n._('Please save before creating hosts.'),
dataPlacement: 'top',
include: "RelatedHostsListDefinition", include: "RelatedHostsListDefinition",
title: i18n._('Hosts'), title: i18n._('Hosts'),
iterator: 'host', iterator: 'host',