mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Removed commented line
This commit is contained in:
@@ -48,8 +48,7 @@ export default ['templateUrl', function(templateUrl) {
|
|||||||
hostList.well = false;
|
hostList.well = false;
|
||||||
let html = GenerateList.build({
|
let html = GenerateList.build({
|
||||||
list: hostList,
|
list: hostList,
|
||||||
input_type: 'host-filter-modal-body',
|
input_type: 'host-filter-modal-body'
|
||||||
//mode: 'lookup'
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.list = hostList;
|
$scope.list = hostList;
|
||||||
|
|||||||
Reference in New Issue
Block a user