From 4d989f85bde4788f456305db2e046b3ec364db08 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Thu, 15 May 2025 12:45:42 +0200 Subject: Invocation server: add target filter --- doc/invocations-http-server/templates/invocations.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/invocations-http-server/templates/invocations.html') diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index 18f90129..607b9a7a 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -49,6 +49,17 @@ Filter by: {% endfor %} {% endif %} + {% if target_filters %} +
+ Target + {% for entry in target_filters %} + {% if loop.index > 1 %} + , + {% endif %} + {{ entry["value"] | e }} + {% endfor %} +
+ {% endif %} {% endif %} {% if full_invocations %}
-- cgit v1.2.3