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 +++++++++ 1 file changed, 9 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 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 %} -- cgit v1.2.3