mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
Updated smart inv host filter list empty text
This commit is contained in:
parent
fd08314dcb
commit
d0c9d8ce4e
@ -50,6 +50,7 @@ export default ['templateUrl', function(templateUrl) {
|
||||
hostList.well = false;
|
||||
delete hostList.fields.inventory.ngClick;
|
||||
hostList.fields.inventory.ngBind = 'host.summary_fields.inventory.name';
|
||||
hostList.emptyListText = 'You must have access to at least one host in order to create a smart inventory host filter';
|
||||
let html = GenerateList.build({
|
||||
list: hostList,
|
||||
input_type: 'host-filter-modal-body',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user