You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/09/01 14:19:52 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 df1d64fae -> f35431057


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f3543105
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f3543105
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f3543105

Branch: refs/heads/branch-2.1
Commit: f35431057371b3d09bb1e26352410713876f4cdb
Parents: df1d64f
Author: Alex Antonenko <hi...@gmail.com>
Authored: Tue Sep 1 15:05:47 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue Sep 1 15:19:47 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/main/service/add_controller.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f3543105/ambari-web/app/controllers/main/service/add_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/add_controller.js b/ambari-web/app/controllers/main/service/add_controller.js
index 1bc293d..0eac9ad 100644
--- a/ambari-web/app/controllers/main/service/add_controller.js
+++ b/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();