Browse Source

AMBARI-5055. jobs popup hanging (alexantonenko)

Alex Antonenko 11 năm trước cách đây
mục cha
commit
96a953f393

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