You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/02/12 18:57:19 UTC

git commit: AMBARI-4624 Added service(s) summary is absent on admin/cluster page. (Mikhail Bayuk via ababiichuk)

Updated Branches:
  refs/heads/trunk c14a483bd -> 03e0f066e


AMBARI-4624 Added service(s) summary is absent on admin/cluster page. (Mikhail Bayuk via ababiichuk)


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

Branch: refs/heads/trunk
Commit: 03e0f066efe5a4e864675d5d22994a6bc4ca585c
Parents: c14a483
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Wed Feb 12 19:55:18 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Wed Feb 12 19:57:01 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/main/admin/cluster.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/03e0f066/ambari-web/app/controllers/main/admin/cluster.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/cluster.js b/ambari-web/app/controllers/main/admin/cluster.js
index 689de72..b7f7cd4 100644
--- a/ambari-web/app/controllers/main/admin/cluster.js
+++ b/ambari-web/app/controllers/main/admin/cluster.js
@@ -36,7 +36,7 @@ App.MainAdminClusterController = Em.Controller.extend({
         error: 'updateUpgradeVersionErrorCallback'
       });
     }
-  }.observes('App.router.clusterController.isLoaded', 'App.currentStackVersion'),
+  }.observes('App.router.clusterController.isLoaded', 'App.currentStackVersion','App.router.mainServiceController.content.length'),
 
   updateUpgradeVersionSuccessCallback: function(data) {
     var upgradeVersion = this.get('upgradeVersion') || App.defaultStackVersion;
@@ -150,4 +150,4 @@ App.MainAdminClusterController = Em.Controller.extend({
     }
     this.set('services', result);
   }
-});
\ No newline at end of file
+});