From 58605c971c8829c36fd0a055d75cc5aaf8c4656a Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Wed, 14 May 2025 19:35:20 +0200 Subject: Invocation server: print only non-empty dispatch lists --- doc/invocations-http-server/templates/invocation.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/invocations-http-server/templates') diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index 8dd075e2..09faf226 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -137,7 +137,9 @@ Inocations {{invocation | e}} {% else %}
  • Properties: (none)
  • {% endif %} + {% if remote_dispatch %}
  • Dispatch: {{ remote_dispatch | e }}
  • + {% endif %} {% endif %} -- cgit v1.2.3