Преглед изворни кода

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.clearStorageData();
     App.router.get('updateController').updateAll();
+    App.updater.immediateRun('updateHost');
   }
 
 });