Browse Source

AMBARI-4674 Refreshing on Host Detail page causes issues. (atkach)

atkach 11 years ago
parent
commit
8f01f6eabc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ambari-web/app/views/main/host/summary.js

+ 2 - 2
ambari-web/app/views/main/host/summary.js

@@ -89,9 +89,9 @@ App.MainHostSummaryView = Em.View.extend({
    * List of installed services
    * @type {String[]}
    */
-  installedServices: function() {
+  installedServices: function () {
     return App.Service.find().mapProperty('serviceName');
-  }.property('App.Service.@each'),
+  }.property('App.router.clusterController.dataLoadList.serviceMetrics'),
 
   /**
    * List of installed masters and slaves