Browse Source

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

Alex Antonenko 10 năm trước cách đây
mục cha
commit
a88c69f307
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {