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 2013/11/05 13:27:20 UTC

git commit: AMBARI-3692 Add host wizard: on summary page of just added host, no host components are displayed. (ababiichuk)

Updated Branches:
  refs/heads/trunk 6112685ba -> ff720cd93


AMBARI-3692 Add host wizard: on summary page of just added host, no host components are displayed. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: ff720cd9340b49d3541b49a9c15afe21f4d13ec9
Parents: 6112685
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue Nov 5 14:24:18 2013 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue Nov 5 14:24:18 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/routes/add_host_routes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/ff720cd9/ambari-web/app/routes/add_host_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/add_host_routes.js b/ambari-web/app/routes/add_host_routes.js
index 8a8e00d..8b0d53e 100644
--- a/ambari-web/app/routes/add_host_routes.js
+++ b/ambari-web/app/routes/add_host_routes.js
@@ -308,7 +308,7 @@ module.exports = Em.Route.extend({
       // We need to do recovery based on whether we are in Add Host or Installer wizard
       addHostController.saveClusterState('DEFAULT');
 
-      router.transitionTo('main.index');
+      location.reload();
     }
   }),