You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2014/02/14 14:31:24 UTC

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

Updated Branches:
  refs/heads/trunk 287b3d7b1 -> 8f01f6eab


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8f01f6ea
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8f01f6ea
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8f01f6ea

Branch: refs/heads/trunk
Commit: 8f01f6eabc892b42012fff211cd08c8df599918e
Parents: 287b3d7
Author: atkach <at...@hortonworks.com>
Authored: Fri Feb 14 15:28:43 2014 +0200
Committer: atkach <at...@hortonworks.com>
Committed: Fri Feb 14 15:28:43 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/views/main/host/summary.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8f01f6ea/ambari-web/app/views/main/host/summary.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/host/summary.js b/ambari-web/app/views/main/host/summary.js
index 1ada7a0..cb95d79 100644
--- a/ambari-web/app/views/main/host/summary.js
+++ b/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