Repository: ambari Updated Branches: refs/heads/trunk 2cf8030e3 -> d0290c095
AMBARI-10792. While host is being registered can click Next button (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d0290c09 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d0290c09 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d0290c09 Branch: refs/heads/trunk Commit: d0290c095db04620f10fca7f2365852ae2654158 Parents: fcdc218 Author: Alex Antonenko <[email protected]> Authored: Wed Apr 29 01:30:06 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Wed Apr 29 01:30:40 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step3_controller.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d0290c09/ambari-web/app/controllers/wizard/step3_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard/step3_controller.js b/ambari-web/app/controllers/wizard/step3_controller.js index 9e08c39..8f89920 100644 --- a/ambari-web/app/controllers/wizard/step3_controller.js +++ b/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 {
