瀏覽代碼

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

atkach 11 年之前
父節點
當前提交
8f01f6eabc
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
    * List of installed services
    * @type {String[]}
    * @type {String[]}
    */
    */
-  installedServices: function() {
+  installedServices: function () {
     return App.Service.find().mapProperty('serviceName');
     return App.Service.find().mapProperty('serviceName');
-  }.property('App.Service.@each'),
+  }.property('App.router.clusterController.dataLoadList.serviceMetrics'),
 
 
   /**
   /**
    * List of installed masters and slaves
    * List of installed masters and slaves