Forráskód Böngészése

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

Alex Antonenko 9 éve
szülő
commit
2e543abc65

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

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