You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2014/08/22 18:11:34 UTC

git commit: AMBARI-6990. Ambari UI does not fully load Dashboard page after deploy cluster. Additional (Max Shepel via alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 43d0bbc68 -> 9506a6b93


AMBARI-6990. Ambari UI does not fully load Dashboard page after deploy cluster. Additional (Max Shepel via alexantonenko)


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

Branch: refs/heads/trunk
Commit: 9506a6b93de2f13d1a66d716cc9469ae4e3c36f9
Parents: 43d0bbc
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Aug 22 19:03:23 2014 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Aug 22 19:03:23 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/global/cluster_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9506a6b9/ambari-web/app/controllers/global/cluster_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/global/cluster_controller.js b/ambari-web/app/controllers/global/cluster_controller.js
index d612039..31d9901 100644
--- a/ambari-web/app/controllers/global/cluster_controller.js
+++ b/ambari-web/app/controllers/global/cluster_controller.js
@@ -311,7 +311,7 @@ App.ClusterController = Em.Controller.extend({
         service.StackServices.is_selected = true;
         service.StackServices.is_installed = false;
       },this);
-      App.stackServiceMapper.map(data);
+      App.stackServiceMapper.mapStackServices(data);
       App.config.setPreDefinedServiceConfigs();
       var updater = App.router.get('updateController');
       self.updateLoadStatus('stackComponents');