fix: Dashboard twig empty check

This commit is contained in:
mirivlad 2026-04-17 16:26:36 +08:00
parent 5f42375195
commit d5338b1fc2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
</div> </div>
<!-- Серверы по группам --> <!-- Серверы по группам -->
{% if groups is empty %} {% if groups|length == 0 %}
<div class="card"> <div class="card">
<div class="card-body text-center py-5"> <div class="card-body text-center py-5">
<i class="fas fa-server fa-4x text-muted mb-3"></i> <i class="fas fa-server fa-4x text-muted mb-3"></i>