1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Merge pull request #274 from marshmalien/fix/6462-smart-inv-popover

Update smart inventory disabled host tab popover content
This commit is contained in:
Marliana Lara 2017-08-15 16:29:26 -04:00 committed by GitHub
commit 58486fe3b9

View File

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