From 60bf640b927fe383002b1af9512e9d84f1b27f81 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Wed, 14 May 2025 19:22:53 +0200 Subject: Invocation server: add remote-execution address 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 dc518e4a..18f90129 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -38,6 +38,17 @@ Filter by: {% endfor %} {% endif %} + {% if remote_address_filters %} +
+ Remote address + {% for entry in remote_address_filters %} + {% if loop.index > 1 %} + , + {% endif %} + {{ entry["value"] | e }} + {% endfor %} +
+ {% endif %} {% endif %} {% if full_invocations %}
-- cgit v1.2.3