Repository: ambari Updated Branches: refs/heads/trunk 436d7a06f -> 33cd7fff6
AMBARI-5132. On "Host Details Page" Start All, Stop All and Restart All items in "Host actions" menu does not work. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/33cd7fff Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/33cd7fff Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/33cd7fff Branch: refs/heads/trunk Commit: 33cd7fff6b2e6ba6b9b551ee7b3e001ea0551168 Parents: 436d7a0 Author: Jaimin Jetly <[email protected]> Authored: Tue Mar 18 16:23:23 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Tue Mar 18 16:23:29 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/main/host/details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/33cd7fff/ambari-web/app/controllers/main/host/details.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/host/details.js b/ambari-web/app/controllers/main/host/details.js index 86dfdf6..3e11949 100644 --- a/ambari-web/app/controllers/main/host/details.js +++ b/ambari-web/app/controllers/main/host/details.js @@ -45,7 +45,7 @@ App.MainHostDetailsController = Em.Controller.extend({ }, serviceActiveComponents: function() { - return this.get('content.hostComponents').filterProperty('service.isInPassive',true); + return this.get('content.hostComponents').filterProperty('service.isInPassive',false); }.property('content.hostComponents'), /**
