Explorar el Código

AMBARI-6990. Ambari UI does not fully load Dashboard page after deploy cluster (Max Shepel via alexantonenko)

Alex Antonenko hace 11 años
padre
commit
43d0bbc68f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      ambari-web/app/mappers/stack_service_mapper.js

+ 2 - 0
ambari-web/app/mappers/stack_service_mapper.js

@@ -99,6 +99,8 @@ App.stackServiceMapper = App.QuickDataMapper.create({
       records.forEach(function (rec) {
         Ember.run(this, function () {
           rec.deleteRecord();
+          App.store.commit();
+          rec.get('stateManager').transitionTo('loading');
         });
       }, this);
     }, this);