From 25f2adc502c0fca5a49fda7ea8dd5ceb15643c83 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 9 May 2025 16:13:11 +0200 Subject: Invocation server: print invocation context --- doc/invocations-http-server/templates/invocations.html | 5 +++++ 1 file changed, 5 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 9d048453..dee5f46b 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -47,6 +47,11 @@ Recent Invocations Configuration: {{ invocation.config | e}} {% endif %} + {% if invocation.context %} +
  • + Context: {{ invocation.context | e }} +
  • + {% endif %} {% endfor %} -- cgit v1.2.3