Browse Source

AMBARI-6181 Heatmaps page incomplete loading of hosts. (Max Shepel via ababiichuk)

aBabiichuk 11 years ago
parent
commit
afd5844e78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/views/main/charts/heatmap/heatmap_rack.js

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

@@ -29,7 +29,7 @@ App.MainChartsHeatmapRackView = Em.View.extend({
   /** loaded hosts of rack */
   hosts: function() {
     return this.get('rack.hosts').toArray();
-  }.property('rack.hosts'),
+  }.property('rack.hosts', 'rack.hosts.length'),
 
   willInsertElement: function () {
     this.set('rack.isLoaded', false);