Prechádzať zdrojové kódy

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

Alex Antonenko 10 rokov pred
rodič
commit
d0290c095d

+ 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 {