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 +++++++++++++ doc/invocations-http-server/templates/invocations.html | 5 +++++ 2 files changed, 18 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 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 %} 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