add user management
This commit is contained in:
@@ -64,6 +64,13 @@
|
||||
<i class="bi bi-hdd-rack"></i> Systemübersicht
|
||||
</a>
|
||||
|
||||
{% if is_granted('ROLE_SUPER_ADMIN') %}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_users' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_users_index') }}">
|
||||
<i class="bi bi-people-fill"></i> Benutzer
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
<hr class="border-secondary">
|
||||
|
||||
<div class="text-info text-uppercase small mb-2">
|
||||
|
||||
Reference in New Issue
Block a user