You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/08/03 12:11:51 UTC

ambari git commit: AMBARI-12609. Host Checks: "Rerun checks" doesn't work properly (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 9582cc0a7 -> eddd5f863


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/eddd5f86
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eddd5f86
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eddd5f86

Branch: refs/heads/branch-2.1
Commit: eddd5f86343fececa8e4640c6e6bfd7c31157fe4
Parents: 9582cc0
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Jul 31 18:27:34 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Mon Aug 3 13:09:12 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/eddd5f86/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 9defc11..e60f026 100644
--- a/ambari-web/app/controllers/wizard/step3_controller.js
+++ b/ambari-web/app/controllers/wizard/step3_controller.js
@@ -1376,6 +1376,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 () {