From c774cc7e3359c46e7d5c18379e1585b5f6578265 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 10 Jul 2014 00:22:57 -0400 Subject: [PATCH] Host enable/disable fixed. --- awx/ui/static/js/controllers/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); };