mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-23 02:51:47 +02:00
List number of tickets at bottom of dashboard tables
This commit is contained in:
parent
9e8eb7f6b2
commit
d5a06a8082
@ -36,7 +36,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer small text-muted">Updated yesterday at 11:59 PM</div>
|
||||
<div class="card-footer small text-muted">Listing {{ ticket_list|length }} ticket(s).</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -39,6 +39,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer small text-muted">Updated yesterday at 11:59 PM</div>
|
||||
<div class="card-footer small text-muted">Listing {{ unassigned_tickets|length }} ticket(s).</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user