瀏覽代碼

AMBARI-5055. jobs popup hanging (alexantonenko)

Alex Antonenko 11 年之前
父節點
當前提交
96a953f393
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js

+ 4 - 0
ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js

@@ -89,6 +89,10 @@ App.MainHiveJobDetailsTezDagView = Em.View.extend({
     this.createSvg();
   },
 
+  willDestroyElement : function() {
+    $('.svg-tooltip').tooltip('destroy');
+  },
+
   createSvg : function() {
     var self = this;
     var dagVisualModel = this.get('dagVisualModel');