How do i go about hiding User statistics from non admins? it is located on the home tab. I can make the charts disappear but i would like them visible to the admin. Please help
Thank you in advance
Moderator: moderators
<c:if test="${model.user.adminRole}">
<c:when test="${model.listType eq 'users'}">
...
</c:when>
</c:if>
Users browsing this forum: No registered users and 74 guests