Browse Source

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

Yusaku Sako 11 năm trước cách đây
mục cha
commit
017528d8c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(){