July 6 - Adjust the Admin menu, grouping functions 2
This commit is contained in:
@@ -202,15 +202,12 @@
|
||||
<i class="bi bi-gear-fill me-1"></i>Admin
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end">
|
||||
<li><h6 class="dropdown-header">User Management</h6></li>
|
||||
<li>
|
||||
<a class="dropdown-item {{ 'active' if request.endpoint and request.endpoint.startswith('auth.') and 'user' in request.endpoint }}"
|
||||
href="{{ url_for('auth.list_users') }}">
|
||||
<i class="bi bi-people-fill me-2"></i>Users
|
||||
</a>
|
||||
</li>
|
||||
<li><hr class="dropdown-divider"></li>
|
||||
<li><h6 class="dropdown-header">System</h6></li>
|
||||
<li>
|
||||
<a class="dropdown-item {{ 'active' if request.endpoint and request.endpoint.startswith('audit.') }}"
|
||||
href="{{ url_for('audit.index') }}">
|
||||
@@ -223,8 +220,6 @@
|
||||
<i class="bi bi-grid-3x3-gap-fill me-2"></i>Notification Matrix
|
||||
</a>
|
||||
</li>
|
||||
<li><hr class="dropdown-divider"></li>
|
||||
<li><h6 class="dropdown-header">Mobile & Comms</h6></li>
|
||||
<li>
|
||||
<a class="dropdown-item {{ 'active' if request.endpoint and request.endpoint.startswith('broadcast.') }}"
|
||||
href="{{ url_for('broadcast.index') }}">
|
||||
|
||||
Reference in New Issue
Block a user