mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Inventory refactor: group drag-n-drop now fully working.
This commit is contained in:
@@ -56,7 +56,6 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H
|
||||
|
||||
SearchInit({ scope: scope, set: 'hosts', list: InventoryHosts, url: url });
|
||||
PaginateInit({ scope: scope, list: InventoryHosts, url: url });
|
||||
console.log('before call to hosts search')
|
||||
scope.search(InventoryHosts.iterator);
|
||||
}
|
||||
}])
|
||||
|
||||
Reference in New Issue
Block a user