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/invocation.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (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 ed1c4410..78611f21 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -114,6 +114,19 @@ Inocations {{invocation | e}} {% endif %} + {% if context %} +
  • Context: + +
  • + {% else %} +
  • Context: (none) + {% endif %} {% if exit_code != None %}
  • Exit code: {{ exit_code | e }}
  • {% endif %} -- cgit v1.2.3