mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Add tooltip to Smart Inventory disabled host tab
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user