From 411189e6ecb41b209b48993090bc5b8c8a14aa3b Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Fri, 26 Mar 2021 11:51:54 +0100 Subject: Add number of images to the dashboard Users want to easily know the number of images an ogServer has. --- ogcp/templates/dashboard.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'ogcp/templates/dashboard.html') diff --git a/ogcp/templates/dashboard.html b/ogcp/templates/dashboard.html index a9cea41..9c34768 100644 --- a/ogcp/templates/dashboard.html +++ b/ogcp/templates/dashboard.html @@ -1,12 +1,22 @@ {% extends 'base.html' %} {% block content %} -
-
- Connected clients (ogClient) +
+
+
+ Connected clients (ogClient) +
+
+

{{ clients['clients'] | length }}

+
-
-

{{ clients['clients'] | length }}

+
+
+ Number of images +
+
+

{{ images | length }}

+
{% endblock %} -- cgit v1.2.3-18-g5258