Explorar o código

AMBARI-5132. On "Host Details Page" Start All, Stop All and Restart All items in "Host actions" menu does not work. (jaimin)

Jaimin Jetly %!s(int64=11) %!d(string=hai) anos
pai
achega
33cd7fff6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ambari-web/app/controllers/main/host/details.js

+ 1 - 1
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'),
 
   /**