diff --git a/awx/ui/static/js/controllers/Home.js b/awx/ui/static/js/controllers/Home.js index 612d5dbfc6..05c0f12059 100644 --- a/awx/ui/static/js/controllers/Home.js +++ b/awx/ui/static/js/controllers/Home.js @@ -651,7 +651,7 @@ function HomeHosts($scope, $location, $routeParams, HomeHostList, GenerateList, ToggleHostEnabled({ host_id: id, external_source: sources, - scope: $scope + host_scope: $scope }); };