Browse Source

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

Alex Antonenko 9 năm trước cách đây
mục cha
commit
f0713c36a9
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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}