فهرست منبع

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

Jaimin Jetly 11 سال پیش
والد
کامیت
33cd7fff6b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'),
 
   /**