This commit is contained in:
2026-01-25 17:00:35 +01:00
parent 751e1a6347
commit b626b682b5
3 changed files with 51 additions and 25 deletions

View File

@@ -48,19 +48,6 @@
</div>
<div class="card">
<table id="users-table">
<thead>
<tr>
<th>ID</th>
<th>Username</th>
<th>Email</th>
<th>Admin</th>
<th>Active</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<!-- Users will be populated here -->
</tbody>
</table>
</div>
</section>