Fix UI in users.html when there's no users

This commit is contained in:
Iam54r1n4
2025-02-08 01:11:28 +00:00
parent 12f993d2fc
commit 64ed92b4cf

View File

@ -36,7 +36,7 @@
</div>
<div class="card-body table-responsive p-0">
{% if users|length == 0 %}
<div class="alert alert-warning" role="alert">
<div class="alert alert-warning" role="alert" style="margin: 20px;">
No users found.
</div>
{% else %}