Explorar o código

AMBARI-10792. While host is being registered can click Next button (alexantonenko)

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

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

@@ -398,6 +398,7 @@ App.WizardStep3Controller = Em.Controller.extend(App.ReloadPopupMixin, {
     this.set('registrationStartedAt', null);
     this.set('isHostsWarningsLoaded', false);
     this.set('stopChecking', false);
+    this.set('isSubmitDisabled', true);
     if (this.get('content.installOptions.manualInstall')) {
       this.startRegistration();
     } else {