mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
fix arg name clash in hosts list controller
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
function HostsList($scope, HostsList, $rootScope, GetBasePath,
|
function HostsList($scope, HostsList, $rootScope, GetBasePath,
|
||||||
rbacUiControlService, Dataset, $state, $filter, Prompt, Wait,
|
rbacUiControlService, Dataset, $state, $filter, Prompt, Wait,
|
||||||
HostsService, SetStatus, canAdd, $transitions, InventoryHostsStrings, HostsList) {
|
HostsService, SetStatus, canAdd, $transitions, InventoryHostsStrings) {
|
||||||
|
|
||||||
let list = HostsList;
|
let list = HostsList;
|
||||||
|
|
||||||
@@ -104,5 +104,5 @@ function HostsList($scope, HostsList, $rootScope, GetBasePath,
|
|||||||
|
|
||||||
export default ['$scope', 'HostsList', '$rootScope', 'GetBasePath',
|
export default ['$scope', 'HostsList', '$rootScope', 'GetBasePath',
|
||||||
'rbacUiControlService', 'Dataset', '$state', '$filter', 'Prompt', 'Wait',
|
'rbacUiControlService', 'Dataset', '$state', '$filter', 'Prompt', 'Wait',
|
||||||
'HostsService', 'SetStatus', 'canAdd', '$transitions', 'InventoryHostsStrings', HostsList
|
'HostsService', 'SetStatus', 'canAdd', '$transitions', 'InventoryHostsStrings'
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user