소스 검색

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');