Browse Source

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

Alex Antonenko 10 năm trước cách đây
mục cha
commit
6ef5786deb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
       }