Browse Source

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

Alex Antonenko 9 years ago
parent
commit
03bad617aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/controllers/wizard/step3_controller.js

+ 1 - 0
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 () {