|
@@ -57,12 +57,12 @@
|
|
|
</button>
|
|
|
<ul class="dropdown-menu">
|
|
|
<li><a href="" {{action showAboutPopup target="controller"}}>{{t app.aboutAmbari}}</a></li>
|
|
|
+ {{#if isClusterDataLoaded}}
|
|
|
{{#isAccessible upgrade_ONLY_ADMIN}}
|
|
|
<li><a href="" {{action goToAdminView target="controller"}}>{{t app.manageAmbari}}</a></li>
|
|
|
{{/isAccessible}}
|
|
|
- {{#if isClusterDataLoaded}}
|
|
|
{{#isAccessible upgrade_ADMIN}}
|
|
|
- <li><a href="" {{action showSettingsPopup target="controller"}}>{{t app.settings}}</a></li>
|
|
|
+ <li><a href="" {{action showSettingsPopup target="controller"}}>{{t app.settings}}</a></li>
|
|
|
{{/isAccessible}}
|
|
|
{{/if}}
|
|
|
<li class="break"></li>
|