Sfoglia il codice sorgente

AMBARI-12677. FE:Routing during Configs comparison brake Config page (alexantonenko)

Alex Antonenko 9 anni fa
parent
commit
f0713c36a9
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      ambari-web/app/views/main/service/info/configs.js

+ 4 - 0
ambari-web/app/views/main/service/info/configs.js

@@ -30,6 +30,10 @@ App.MainServiceInfoConfigsView = Em.View.extend({
     });
   },
 
+  willDestroyElement: function() {
+    this.get('controller').clearStep();
+  },
+
   /**
    * Number of components that should be restarted
    * @type {number}