mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Added host fact search example to host filter popover
This commit is contained in:
parent
736df410e6
commit
763dcbd93e
@ -65,7 +65,7 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo
|
||||
label: i18n._('Smart Host Filter'),
|
||||
type: 'custom',
|
||||
control: '<smart-inventory-host-filter host-filter="smart_hosts"></smart-inventory-host-filter>',
|
||||
awPopOver: "<p>" + i18n._("Populate the hosts for this inventory by using a search filter. Refer to the Ansible Tower documentation for syntax and examples.") + "</p>",
|
||||
awPopOver: "<p>" + i18n._("Populate the hosts for this inventory by using a search filter.") + "</p><p>" + i18n._("Example: ansible_facts.ansible_distribution:\"RHEL\"") + "</p><p>" + i18n._("Refer to the Ansible Tower documentation for further syntax and examples.") + "</p>",
|
||||
dataTitle: i18n._('Smart Host Filter'),
|
||||
dataPlacement: 'right',
|
||||
dataContainer: 'body',
|
||||
|
Loading…
Reference in New Issue
Block a user