fix: open ticket counter

This commit is contained in:
2025-06-29 16:36:57 +02:00
parent 65360a95e5
commit f92d34b0a0
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
<div class="text-sm text-gray-600">Tickets insgesamt</div>
</div>
<div class="bg-white rounded-lg p-4 shadow-sm">
<div class="text-2xl font-bold text-red-600 mb-1">{{ open_tickets|default:"0" }}</div>
<div class="text-2xl font-bold text-red-600 mb-1">{{ new_tickets|default:"0" }}</div>
<div class="text-sm text-gray-600">Offene Tickets</div>
</div>
<div class="bg-white rounded-lg p-4 shadow-sm">