Browse Source

AMBARI-6313. Add Host wizard: Browser Refresh is not handled gracefully. (jaimin)

Jaimin Jetly 11 years ago
parent
commit
d51d7c68f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ambari-web/app/controllers/main/host/add_controller.js

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

@@ -359,11 +359,11 @@ App.AddHostController = App.WizardController.extend({
         this.loadServices();
         this.loadMasterComponentHosts();
         this.loadSlaveComponentHosts();
-        this.load('hosts');
+        this.load('hosts',true);
       case '2':
         this.loadServices();
       case '1':
-        this.load('hosts');
+        this.load('hosts',true);
         this.load('installOptions');
         this.load('cluster');
     }