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/invocation.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/invocations-http-server/templates/invocation.html') diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index c7cba837..a155e9e1 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -115,7 +115,9 @@ Inocations {{invocation | e}} {% endif %} {% if target %} -
  • Target: {{ target | e }}
  • +
  • Target: + {{ target["value"] | e }} +
  • {% endif %} {% if config %}
  • Target configuration: {{ config | e }}
  • -- cgit v1.2.3