From fabb8f90506c1a09dd0cc3776f6a8eaa66036568 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Tue, 20 May 2025 17:57:33 +0200 Subject: invocation server: add critical-path computation --- 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 c90d4272..6ccb0a56 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -78,6 +78,9 @@ Invocation {{invocation | e}} {% if exit_code != None %}
  • Exit code: {{ exit_code | e }}
  • {% endif %} + {% if not fully_cached %} +
  • Critical path
  • + {% endif %} {% if artifacts %}
  • -- cgit v1.2.3