浏览代码

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

Alex Antonenko 9 年之前
父节点
当前提交
03bad617aa
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 () {