Przeglądaj źródła

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

Srimanth Gunturi 11 lat temu
rodzic
commit
54e99f6f2d

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