From d9fe4dfa41d94e6183ef4b8b31c9baf202333c40 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 17 May 2022 10:56:59 +0200 Subject: Add color legend of the client states Add an explanatory list of the colors used to represent the different client states. --- ogcp/templates/macros.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index ba500b3..4da76d6 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -53,6 +53,17 @@ {% macro selected_clients() -%}

{{_('Selected clients')}}

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