浏览代码

AMBARI-10247. Usability: Cannot click Next after removing hosts that failed registration (alexantonenko)

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

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

@@ -312,6 +312,7 @@ App.WizardStep3Controller = Em.Controller.extend(App.ReloadPopupMixin, {
     return App.showConfirmationPopup(function () {
       App.router.send('removeHosts', hosts);
       self.hosts.removeObjects(hosts);
+      self.stopRegistration();
       if (!self.hosts.length) {
         self.set('isSubmitDisabled', true);
       }