You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2014/07/11 13:48:55 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk f3c8c2856 -> 70ab76b23


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/70ab76b2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70ab76b2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70ab76b2

Branch: refs/heads/trunk
Commit: 70ab76b23c1931f530cc82600942f1f2cda5fe0f
Parents: f3c8c28
Author: atkach <at...@hortonworks.com>
Authored: Fri Jul 11 14:47:01 2014 +0300
Committer: atkach <at...@hortonworks.com>
Committed: Fri Jul 11 14:47:01 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/views/main/service/item.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/70ab76b2/ambari-web/app/views/main/service/item.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/service/item.js b/ambari-web/app/views/main/service/item.js
index d685097..073818c 100644
--- a/ambari-web/app/views/main/service/item.js
+++ b/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;