Repository: ambari Updated Branches: refs/heads/trunk 20e67bcd6 -> 32f1b05fd
AMBARI-9126. On bootstrap retry, host checks animation is not shown (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a88c69f3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a88c69f3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a88c69f3 Branch: refs/heads/trunk Commit: a88c69f3076d8386a01202da4901d6117624063d Parents: 20e67bc Author: Alex Antonenko <[email protected]> Authored: Wed Jan 14 18:50:13 2015 +0200 Committer: Alex Antonenko <[email protected]> Committed: Wed Jan 14 20:02:02 2015 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step3_controller.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a88c69f3/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 a9e6be0..df08181 100644 --- a/ambari-web/app/controllers/wizard/step3_controller.js +++ b/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 {
