From 695b83d4730e624a7cffa7e6ee14a64ece226eb8 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 30 Jul 2024 12:23:20 +0200 Subject: templates: link to images view from the dashboard Add link to image count in dashboard to open images view. --- ogcp/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogcp/templates/dashboard.html b/ogcp/templates/dashboard.html index 1fe473e..7cd300b 100644 --- a/ogcp/templates/dashboard.html +++ b/ogcp/templates/dashboard.html @@ -27,7 +27,7 @@ {{ server.time_dict.boot }} {{ server.time_dict.start }} {{ server.clients | length }} - {{ server.images | length }} + {{ server.images | length }} {% set disk = server.disk %} {% if disk['total'] != 0 %} -- cgit v1.2.3-18-g5258