Browse Source

AMBARI-12504. Heatmaps page stuck in loading state (alexantonenko)

Alex Antonenko 10 years ago
parent
commit
f89a93ebb2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/views/main/charts/heatmap/heatmap_rack.js

+ 1 - 0
ambari-web/app/views/main/charts/heatmap/heatmap_rack.js

@@ -54,6 +54,7 @@ App.MainChartsHeatmapRackView = Em.View.extend({
   },
 
   didInsertElement: function () {
+    this.set('hosts', []);
     this.get('controller').addRackView(this);
   },
   /**