From a61004f7495df432c89ff3ff69512bb66eed7cb8 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 7 May 2025 11:36:41 +0200 Subject: Invocation server: also show information related to the used remote --- doc/invocations-http-server/templates/invocation.html | 9 +++++++++ doc/invocations-http-server/templates/invocations.html | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) (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 73858979..62d98813 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -93,6 +93,15 @@ Inocations {{invocation | e}} {% if config %}
  • Target configuration: {{ config | e }}
  • {% endif %} + {% if remote_address %} +
  • remote + +
  • + {% 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 a3c6dfe2..f2212af0 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -8,10 +8,13 @@ Recent Invocations {% if invocations %}