mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fix arg name clash in hosts list controller
This commit is contained in:
parent
6c1c850c5f
commit
4b86815275
@ -7,7 +7,7 @@
|
||||
|
||||
function HostsList($scope, HostsList, $rootScope, GetBasePath,
|
||||
rbacUiControlService, Dataset, $state, $filter, Prompt, Wait,
|
||||
HostsService, SetStatus, canAdd, $transitions, InventoryHostsStrings, HostsList) {
|
||||
HostsService, SetStatus, canAdd, $transitions, InventoryHostsStrings) {
|
||||
|
||||
let list = HostsList;
|
||||
|
||||
@ -104,5 +104,5 @@ function HostsList($scope, HostsList, $rootScope, GetBasePath,
|
||||
|
||||
export default ['$scope', 'HostsList', '$rootScope', 'GetBasePath',
|
||||
'rbacUiControlService', 'Dataset', '$state', '$filter', 'Prompt', 'Wait',
|
||||
'HostsService', 'SetStatus', 'canAdd', '$transitions', 'InventoryHostsStrings', HostsList
|
||||
'HostsService', 'SetStatus', 'canAdd', '$transitions', 'InventoryHostsStrings'
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user