You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/11/04 14:36:53 UTC

[26/50] [abbrv] ambari git commit: AMBARI-13690. Service configs page keeps spinning (onechiporenko)

AMBARI-13690. Service configs page keeps spinning (onechiporenko)


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

Branch: refs/heads/branch-dev-patch-upgrade
Commit: a2062703c4e86f28fb939168a5d2ac45b376240b
Parents: e86d1cd
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Tue Nov 3 11:59:08 2015 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Tue Nov 3 11:59:08 2015 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/main/service/info/configs.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a2062703/ambari-web/app/controllers/main/service/info/configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/info/configs.js b/ambari-web/app/controllers/main/service/info/configs.js
index 8c4b72c..f3bdc1a 100644
--- a/ambari-web/app/controllers/main/service/info/configs.js
+++ b/ambari-web/app/controllers/main/service/info/configs.js
@@ -314,6 +314,9 @@ App.MainServiceInfoConfigsController = Em.Controller.extend(App.ConfigsLoader, A
         self.loadCurrentVersions();
       });
     }
+    else {
+      this.loadCurrentVersions();
+    }
     this.loadServiceConfigVersions();
   },