From 696a81fd1147e301dd69609558da387f17c57228 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 10 Sep 2024 15:21:03 +0200 Subject: templates: add name and status to client list Add a client name column to the client list view accessed through the Dashboard. Add status column to the client list. Move client status leyend into a separate file. Show the client status leyend in client list. Fix the 0 link speed conditional. Reuse the data returned by get_scopes() to reduce the number of requests. --- ogcp/templates/macros.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'ogcp/templates/macros.html') diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index 4f18265..7583c59 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -93,21 +93,9 @@ {% macro selected_clients() -%}

{{_('Selected clients')}}

-
-
- -
-
+ +{% include 'client_status_leyend.html' %} +
{% endmacro %} -- cgit v1.2.3-18-g5258