Repository: ambari
Updated Branches:
  refs/heads/branch-2.1.2 c1a5dd73e -> b25464997


AMBARI-13181. Config Versions list isn't updated while user is on the configs 
page after HIVE Metastore adding (onechiporenko)


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

Branch: refs/heads/branch-2.1.2
Commit: b254649973a8f8781dc7be4d3d326f892c6c8cf0
Parents: c1a5dd7
Author: Oleg Nechiporenko <onechipore...@apache.org>
Authored: Tue Sep 22 13:06:26 2015 +0300
Committer: Yusaku Sako <yus...@hortonworks.com>
Committed: Wed Sep 23 11:00:52 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/main/host/details.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b2546499/ambari-web/app/controllers/main/host/details.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/host/details.js 
b/ambari-web/app/controllers/main/host/details.js
index bc2535e..1230a38 100644
--- a/ambari-web/app/controllers/main/host/details.js
+++ b/ambari-web/app/controllers/main/host/details.js
@@ -976,6 +976,9 @@ App.MainHostDetailsController = Em.Controller.extend({
    * @param params
    */
   installHostComponent: function (data, opt, params) {
+    if (App.router.get('location.location.hash').contains('configs')) {
+      App.router.get('mainServiceInfoConfigsController').loadStep();
+    }
     if (params.host) {
       componentsUtils.installHostComponent(params.host, 
App.StackServiceComponent.find(params.componentName));
     }

Reply via email to