浏览代码

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

Srimanth Gunturi 11 年之前
父节点
当前提交
54e99f6f2d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}
    */