List number of tickets at bottom of dashboard tables

This commit is contained in:
Garret Wassermann 2018-12-21 21:56:07 -05:00
parent 9e8eb7f6b2
commit d5a06a8082
2 changed files with 24 additions and 24 deletions

View File

@ -36,7 +36,7 @@
</table> </table>
</div> </div>
</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> </div>

View File

@ -39,6 +39,6 @@
</table> </table>
</div> </div>
</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> </div>