From 86bbe5ef247dd4c9b4fc051863b477cff3ec799a Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 9 May 2025 12:24:40 +0200 Subject: Invocation server: format and spelling fixes --- doc/invocations-http-server/templates/invocation.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (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 816f5344..ed1c4410 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -85,7 +85,7 @@ Inocations {{invocation | e}} {% endif %} {% if repo_config %}
  • Repository configuration: - {{ repo_config | e}}
  • + {{ repo_config | e}} {% endif %} {% if target %}
  • Target: {{ target | e }}
  • @@ -94,11 +94,11 @@ Inocations {{invocation | e}}
  • Target configuration: {{ config | e }}
  • {% endif %} {% if remote_address %} -
  • remote +
  • Remote:
  • {% endif %} {% if exit_code != None %} -
  • exit code: {{ exit_code | e }}
  • +
  • Exit code: {{ exit_code | e }}
  • {% endif %} {% if artifacts %}
  • @@ -147,8 +147,8 @@ Inocations {{invocation | e}} {% if exit_code == 0 or exit_code == 1 or exit_code == 2 %}

    Actions

    Failed actions

    -- cgit v1.2.3