fix: Dashboard twig empty check
This commit is contained in:
parent
5f42375195
commit
d5338b1fc2
|
|
@ -67,7 +67,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Серверы по группам -->
|
||||
{% if groups is empty %}
|
||||
{% if groups|length == 0 %}
|
||||
<div class="card">
|
||||
<div class="card-body text-center py-5">
|
||||
<i class="fas fa-server fa-4x text-muted mb-3"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue