From 3ba76e21f14d764e283824c36e93b939dae2e860 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 9 May 2025 12:26:12 +0200 Subject: Invocation server: split invocation overview information into several lines --- doc/invocations-http-server/templates/invocations.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'doc/invocations-http-server') diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index 7cc27f2d..9d048453 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -16,11 +16,8 @@ Recent Invocations {% if invocation.subcommand %} {{ invocation.subcommand | e }} {% endif %} - {% if invocation.remote_address %} - (on {{ invocation.remote_address | e }}@{{ invocation.remote_props | e }}) - {% endif %} {% if invocation.target %} - {{ invocation.target | e}}@{{ invocation.config | e}} + {{ invocation.target | e}} {% endif %} {% if invocation.exit_code != 0 %} @@ -39,6 +36,18 @@ Recent Invocations {% endif %} {% endif %} + {% endfor %} -- cgit v1.2.3