Host enable/disable fixed.

This commit is contained in:
Chris Houseknecht
2014-07-10 00:22:57 -04:00
parent 9d79f26427
commit c774cc7e33

View File

@@ -651,7 +651,7 @@ function HomeHosts($scope, $location, $routeParams, HomeHostList, GenerateList,
ToggleHostEnabled({ ToggleHostEnabled({
host_id: id, host_id: id,
external_source: sources, external_source: sources,
scope: $scope host_scope: $scope
}); });
}; };