Explorar o código

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

Alex Antonenko %!s(int64=9) %!d(string=hai) anos
pai
achega
03bad617aa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 () {