Browse Source

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

Srimanth Gunturi 11 years ago
parent
commit
54e99f6f2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/views/common/rolling_restart_view.js

+ 1 - 1
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}
    */