Procházet zdrojové kódy

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

Jaimin Jetly před 11 roky
rodič
revize
33cd7fff6b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'),
 
   /**