From 4ea3fe7d5efa6851129fb0c55102895686d0e68e Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Wed, 14 May 2025 11:41:16 +0200 Subject: Invocation server: make command-line collapsible --- doc/invocations-http-server/templates/invocation.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 423b6931..c698e7c1 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -98,7 +98,12 @@ Inocations {{invocation | e}}
  • Subcommand and positional arguments: {{ cmd | e }}
  • {% endif %} {% if cmdline %} -
  • Full command line: {{ cmdline | e }}
  • +
  • +
    + Full command line + {{ cmdline | e }} +
    +
  • {% endif %} {% if repo_config %}
  • Repository configuration: -- cgit v1.2.3