|
@@ -46,8 +46,8 @@ App.ApplicationController = Em.Controller.extend(App.UserPref, {
|
|
|
isExistingClusterDataLoaded: Em.computed.and('App.router.clusterInstallCompleted', 'isClusterDataLoaded'),
|
|
|
|
|
|
enableLinks: function() {
|
|
|
- return this.isExistingClusterDataLoaded && !App.get('isOnlyViewUser');
|
|
|
- }.property(),
|
|
|
+ return this.get('isExistingClusterDataLoaded') && !App.get('isOnlyViewUser');
|
|
|
+ }.property('isExistingClusterDataLoaded'),
|
|
|
|
|
|
/**
|
|
|
* Determines if "Exit" menu-item should be shown
|