mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Update smart host field label based on feedback
This commit is contained in:
@@ -62,7 +62,7 @@ export default ['i18n', 'InventoryCompletedJobsList', function(i18n, InventoryCo
|
|||||||
awLookupWhen: '(inventory_obj.summary_fields.user_capabilities.edit || canAdd) && canEditOrg'
|
awLookupWhen: '(inventory_obj.summary_fields.user_capabilities.edit || canAdd) && canEditOrg'
|
||||||
},
|
},
|
||||||
smart_hosts: {
|
smart_hosts: {
|
||||||
label: i18n._('Smart Hosts'),
|
label: i18n._('Smart Host Filter'),
|
||||||
type: 'custom',
|
type: 'custom',
|
||||||
control: '<smart-inventory-host-filter host-filter="smart_hosts"></smart-inventory-host-filter>',
|
control: '<smart-inventory-host-filter host-filter="smart_hosts"></smart-inventory-host-filter>',
|
||||||
basePath: 'hosts',
|
basePath: 'hosts',
|
||||||
|
|||||||
Reference in New Issue
Block a user