Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Hide connections chooser from users that don't have the required perm…
Browse files Browse the repository at this point in the history
…issions
  • Loading branch information
pantsel committed Jul 16, 2018
1 parent da743ad commit fd2a108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app/core/layout/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</li>

</ul>
<ul class="nav navbar-nav navbar-right hidden-xs" style="margin-right: 5px">
<ul class="nav navbar-nav navbar-right hidden-xs" style="margin-right: 5px" ng-if="user.hasPermission('connections','read')">
<li data-ng-show="isAuthenticated()" uib-dropdown is-open="isOpen" auto-close="disabled" keyboard-nav>
<a class="clickable" uib-dropdown-toggle>
<i class="mdi mdi-18px mdi-cast-connected"></i>
Expand Down

0 comments on commit fd2a108

Please sign in to comment.