Explorar el Código

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

Srimanth Gunturi hace 11 años
padre
commit
54e99f6f2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}
    */