Browse Source

AMBARI-6467 Refresh configs service menu action always remains disabled. (Buzhor Denys via atkach)

atkach 11 years ago
parent
commit
70ab76b23c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/views/main/service/item.js

+ 1 - 1
ambari-web/app/views/main/service/item.js

@@ -134,7 +134,7 @@ App.MainServiceItemView = Em.View.extend({
       options.push(actionMap.TOGGLE_PASSIVE);
     }
     return options;
-  }.property('controller.content', 'controller.isStopDisabled','controller.isClientsOnlyService'),
+  }.property('controller.content', 'controller.isStopDisabled','controller.isClientsOnlyService', 'controller.content.isRestartRequired', 'isPassive'),
 
   isMaintenanceActive: function() {
     return this.get('maintenance').length !== 0;