Repository: ambari
Updated Branches:
  refs/heads/trunk 16bc5f3dd -> 5465578c6


AMBARI-5534. Experimental control not working on new top-nav.(xiwang)


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

Branch: refs/heads/trunk
Commit: 5465578c6d0fc5f6f84db8e40b0f67ed082bb042
Parents: 16bc5f3
Author: Xi Wang <[email protected]>
Authored: Tue Apr 22 14:18:55 2014 -0700
Committer: Xi Wang <[email protected]>
Committed: Thu Apr 24 13:28:21 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/5465578c/ambari-web/app/views/main/menu.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/menu.js 
b/ambari-web/app/views/main/menu.js
index ef27e2a..98b6047 100644
--- a/ambari-web/app/views/main/menu.js
+++ b/ambari-web/app/views/main/menu.js
@@ -56,7 +56,8 @@ App.MainMenuView = Em.CollectionView.extend({
       result.push({ label:Em.I18n.t('menu.item.views'), routing:'views', 
isView:true, views: this.get('views')});
     }
     return result;
-  }.property(),
+  }.property('App.supports.views', 'App.supports.mirroring', 
'App.supports.secureCluster', 'App.supports.highAvailability', 
'App.supports.jobs'),
+
     /**
      *    Adds observer on lastSetURL and calls navigation sync procedure
      */

Reply via email to