From 4531a68d62199e28c5272cb76fdcab7943846078 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Thu, 22 May 2025 14:41:20 +0200 Subject: invocation server: add presentation of invocation wall-clock time --- doc/invocations-http-server/templates/invocation.html | 3 +++ 1 file changed, 3 insertions(+) (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 6ccb0a56..6babb751 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -75,6 +75,9 @@ Invocation {{invocation | e}} {% else %}
  • Context: (none)
  • {% endif %} + {% if wall_clock_time %} +
  • Wall-clock time: {{ wall_clock_time | e }}
  • + {% endif %} {% if exit_code != None %}
  • Exit code: {{ exit_code | e }}
  • {% endif %} -- cgit v1.2.3