This commit is contained in:
2025-09-30 15:14:26 +00:00
parent a10343d37e
commit 28a436df16
6 changed files with 121 additions and 94 deletions

View File

@@ -11,8 +11,8 @@
<table class="table table-bordered custom-table">
<thead>
<tr>
<th class="col-small">Username</th>
<th class="col-small">Rolle</th>
<th class="col-ip">Username</th>
<th class="col-ip">Rolle</th>
{% if current_user.is_admin %}<th>Aktionen</th>{% endif %}
</tr>
</thead>