Explorar o código

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

aBabiichuk %!s(int64=11) %!d(string=hai) anos
pai
achega
ff720cd934
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ambari-web/app/routes/add_host_routes.js

+ 1 - 1
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();
     }
   }),