瀏覽代碼

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

aBabiichuk 11 年之前
父節點
當前提交
ff720cd934
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
     }
   }),