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 +++++++++--------- doc/invocations-http-server/templates/invocations.html | 2 +- 2 files changed, 10 insertions(+), 10 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 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

    diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index c12b19cf..7cc27f2d 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -14,7 +14,7 @@ Recent Invocations {% for invocation in invocations %}
  • {{ invocation.name | e }} {% if invocation.subcommand %} - {{ invocation.subcommand | e }} + {{ invocation.subcommand | e }} {% endif %} {% if invocation.remote_address %} (on {{ invocation.remote_address | e }}@{{ invocation.remote_props | e }}) -- cgit v1.2.3