mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Adds missing semi-colon
This commit is contained in:
parent
0023591bb0
commit
effe7151eb
@ -58,7 +58,7 @@ export default ['templateUrl', function(templateUrl) {
|
||||
hostList.emptyListText = i18n._('Perform a search above to define a host filter');
|
||||
hostList.layoutClass = 'List-defaultLayout';
|
||||
hostList.alwaysShowSearch = true;
|
||||
hostList.emptyListClass = 'List-noItems List-emptyHostFilter'
|
||||
hostList.emptyListClass = 'List-noItems List-emptyHostFilter';
|
||||
let html = GenerateList.build({
|
||||
list: hostList,
|
||||
input_type: 'host-filter-modal-body',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user