Prechádzať zdrojové kódy

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

Yusaku Sako 11 rokov pred
rodič
commit
017528d8c5

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