瀏覽代碼

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

Alex Antonenko 9 年之前
父節點
當前提交
f0713c36a9
共有 1 個文件被更改,包括 4 次插入0 次删除
  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}