Quellcode durchsuchen

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

atkach vor 11 Jahren
Ursprung
Commit
8f01f6eabc
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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