ソースを参照

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

Yusaku Sako 11 年 前
コミット
017528d8c5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ambari-web/app/views/main/service/info/menu.js

+ 1 - 1
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(){