You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2014/07/01 03:19:27 UTC

git commit: AMBARI-6327. Rolling Restart: 'only start stale' checkbox not worked functionally. (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk 9f2517c92 -> 54e99f6f2


AMBARI-6327. Rolling Restart: 'only start stale' checkbox not worked functionally. (srimanth)


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

Branch: refs/heads/trunk
Commit: 54e99f6f2d5d6e53ee377d3043f2056af33a0dd6
Parents: 9f2517c
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Mon Jun 30 18:15:58 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Mon Jun 30 18:16:03 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/views/common/rolling_restart_view.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/54e99f6f/ambari-web/app/views/common/rolling_restart_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/rolling_restart_view.js b/ambari-web/app/views/common/rolling_restart_view.js
index 263e28b..652e94f 100644
--- a/ambari-web/app/views/common/rolling_restart_view.js
+++ b/ambari-web/app/views/common/rolling_restart_view.js
@@ -180,7 +180,7 @@ App.RollingRestartView = Em.View.extend({
       hostComponents = hostComponents.filterProperty('staleConfigs');
     }
     return hostComponents;
-  }.property('nonMaintainanceHostComponents'),
+  }.property('nonMaintainanceHostComponents', 'staleConfigsOnly'),
   /**
    * @type {String}
    */