Repository: ambari Updated Branches: refs/heads/trunk 8171776ba -> 03bad617a
AMBARI-12609. Host Checks: "Rerun checks" doesn't work properly (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/03bad617 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/03bad617 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/03bad617 Branch: refs/heads/trunk Commit: 03bad617aac82e16b00beeeefdc3e6dbaa634b7f Parents: 8171776 Author: Alex Antonenko <[email protected]> Authored: Fri Jul 31 18:27:34 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Fri Jul 31 18:27:34 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/03bad617/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 948fb55..e27abec 100644 --- a/ambari-web/app/controllers/wizard/step3_controller.js +++ b/ambari-web/app/controllers/wizard/step3_controller.js @@ -1385,6 +1385,7 @@ App.WizardStep3Controller = Em.Controller.extend(App.ReloadPopupMixin, { var self = this; var currentProgress = 0; this.getHostNameResolution(); + this.set('stopChecking', false); this.getGeneralHostCheck(); this.checkHostJDK(); var interval = setInterval(function () {
