From 4befcd9f9d49ba3d05dd288da3fb7075709db17c Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 9 May 2025 16:46:24 +0200 Subject: Invocation server: cleanup html tags --- doc/invocations-http-server/templates/invocation.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (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 78611f21..22c23e43 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -85,7 +85,8 @@ Inocations {{invocation | e}} {% endif %} {% if repo_config %}
  • Repository configuration: - {{ repo_config | e}}
  • + {{ repo_config | e}} + {% endif %} {% if target %}
  • Target: {{ target | e }}
  • @@ -108,7 +109,7 @@ Inocations {{invocation | e}} {% else %} -
  • Properties: (none) +
  • Properties: (none)
  • {% endif %}
  • Dispatch: {{ remote_dispatch | e }}
  • @@ -125,7 +126,7 @@ Inocations {{invocation | e}} {% else %} -
  • Context: (none) +
  • Context: (none)
  • {% endif %} {% if exit_code != None %}
  • Exit code: {{ exit_code | e }}
  • @@ -145,6 +146,7 @@ Inocations {{invocation | e}} {% endfor %} + {% endif %} @@ -160,8 +162,8 @@ Inocations {{invocation | e}} {% if exit_code == 0 or exit_code == 1 or exit_code == 2 %}

    Actions

    Failed actions

    -- cgit v1.2.3