Explorar o código

AMBARI-9126. On bootstrap retry, host checks animation is not shown (alexantonenko)

Alex Antonenko %!s(int64=10) %!d(string=hai) anos
pai
achega
a88c69f307
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      ambari-web/app/controllers/wizard/step3_controller.js

+ 2 - 0
ambari-web/app/controllers/wizard/step3_controller.js

@@ -379,6 +379,8 @@ App.WizardStep3Controller = Em.Controller.extend({
       });
     this.set('numPolls', 0);
     this.set('registrationStartedAt', null);
+    this.set('isHostsWarningsLoaded', false);
+    this.set('stopChecking', false);
     if (this.get('content.installOptions.manualInstall')) {
       this.startRegistration();
     } else {