Sfoglia il codice sorgente

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

Srimanth Gunturi 11 anni fa
parent
commit
54e99f6f2d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}
    */