templates: link to images view from the dashboard

Add link to image count in dashboard to open images view.
master
Alejandro Sirgo Rica 2024-07-30 12:23:20 +02:00
parent 87b8e34dab
commit 695b83d473
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<td>{{ server.time_dict.boot }}</td>
<td>{{ server.time_dict.start }}</td>
<td>{{ server.clients | length }}</td>
<td>{{ server.images | length }}</td>
<td><a href="{{ url_for('images') }}">{{ server.images | length }}</a></td>
<td>
{% set disk = server.disk %}
{% if disk['total'] != 0 %}