mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Adds missing semi-colon
This commit is contained in:
committed by
Jake McDermott
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.emptyListText = i18n._('Perform a search above to define a host filter');
|
||||||
hostList.layoutClass = 'List-defaultLayout';
|
hostList.layoutClass = 'List-defaultLayout';
|
||||||
hostList.alwaysShowSearch = true;
|
hostList.alwaysShowSearch = true;
|
||||||
hostList.emptyListClass = 'List-noItems List-emptyHostFilter'
|
hostList.emptyListClass = 'List-noItems List-emptyHostFilter';
|
||||||
let html = GenerateList.build({
|
let html = GenerateList.build({
|
||||||
list: hostList,
|
list: hostList,
|
||||||
input_type: 'host-filter-modal-body',
|
input_type: 'host-filter-modal-body',
|
||||||
|
|||||||
Reference in New Issue
Block a user