소스 검색

AMBARI-2509. On add hosts the host page takes 30-40 seconds to show the new host that was added. (Andrii Babiichuk via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1498609 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 년 전
부모
커밋
e6d55f1cba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ambari-web/app/controllers/main/host/add_controller.js

+ 1 - 0
ambari-web/app/controllers/main/host/add_controller.js

@@ -341,6 +341,7 @@ App.AddHostController = App.WizardController.extend({
     this.clearAllSteps();
     this.clearAllSteps();
     this.clearStorageData();
     this.clearStorageData();
     App.router.get('updateController').updateAll();
     App.router.get('updateController').updateAll();
+    App.updater.immediateRun('updateHost');
   }
   }
 
 
 });
 });