浏览代码

AMBARI-9126. On bootstrap retry, host checks animation is not shown (alexantonenko)

Alex Antonenko 10 年之前
父节点
当前提交
a88c69f307
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ambari-web/app/controllers/wizard/step3_controller.js

+ 2 - 0
ambari-web/app/controllers/wizard/step3_controller.js

@@ -379,6 +379,8 @@ App.WizardStep3Controller = Em.Controller.extend({
       });
     this.set('numPolls', 0);
     this.set('registrationStartedAt', null);
+    this.set('isHostsWarningsLoaded', false);
+    this.set('stopChecking', false);
     if (this.get('content.installOptions.manualInstall')) {
       this.startRegistration();
     } else {