Explorar el Código

AMBARI-12839. “Customize Services” section during Add Service wizard stuck with a loading icon (alexantonenko)

Alex Antonenko hace 9 años
padre
commit
2e543abc65
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ambari-web/app/controllers/main/service/add_controller.js

+ 1 - 0
ambari-web/app/controllers/main/service/add_controller.js

@@ -127,6 +127,7 @@ App.AddServiceController = App.WizardController.extend(App.AddSecurityConfigs, {
               });
               });
             }
             }
             else {
             else {
+              self.set('stackConfigsLoaded', true);
               dfd.resolve();
               dfd.resolve();
             }
             }
             self.loadServiceConfigGroups();
             self.loadServiceConfigGroups();