From 7d982911f7f46526add1f1ea3dde5b5f701834f5 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 13 May 2025 16:29:31 +0200 Subject: Invocation server: include commandline when describing actions --- doc/invocations-http-server/templates/invocation.html | 8 ++++++++ 1 file changed, 8 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 2ebebb86..04549b2e 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -29,6 +29,14 @@ Inocations {{invocation | e}} {% if action["stderr"] %}
  • stderr: {{action["stderr"] | e }}
  • {% endif %} + {% if action["cmd"] %} +
  • +
    + command + {{ action["cmd"] | e }} +
    +
  • + {% endif %} {% if action["origins"] %}
  • origins