You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/08/28 14:53:27 UTC

git commit: AMBARI-3037. Summary tab on Service page is not selected after clicking on HDFS. (Andrii Babiichuk via yusaku)

Updated Branches:
  refs/heads/trunk 0f8ec4c8a -> 017528d8c


AMBARI-3037. Summary tab on Service page is not selected after clicking on HDFS. (Andrii Babiichuk via yusaku)


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

Branch: refs/heads/trunk
Commit: 017528d8c54b808e6cd56d89aa3fd9efd5086cc1
Parents: 0f8ec4c
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Aug 28 15:52:27 2013 +0300
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Aug 28 15:52:27 2013 +0300

----------------------------------------------------------------------
 ambari-web/app/views/main/service/info/menu.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/017528d8/ambari-web/app/views/main/service/info/menu.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/service/info/menu.js b/ambari-web/app/views/main/service/info/menu.js
index 481259a..5f46086 100644
--- a/ambari-web/app/views/main/service/info/menu.js
+++ b/ambari-web/app/views/main/service/info/menu.js
@@ -36,7 +36,7 @@ App.MainServiceInfoMenuView = Em.CollectionView.extend({
     $.each(this._childViews, function () {
       this.set('active', (document.URL.endsWith(this.get('content.routing')) ? "active" : ""));
     });
-  },
+  }.observes('App.router.location.lastSetURL'),
 
   deactivateChildViews: function() {
     $.each(this._childViews, function(){