diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-20 17:57:33 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-20 19:07:56 +0200 |
commit | fabb8f90506c1a09dd0cc3776f6a8eaa66036568 (patch) | |
tree | 28732c0f4b81daac84b38cf5bbb31265fed7844f /doc/invocations-http-server/templates/invocation.html | |
parent | 52af0031631c562106dfc568b3483d3a5ced05e3 (diff) | |
download | justbuild-fabb8f90506c1a09dd0cc3776f6a8eaa66036568.tar.gz |
invocation server: add critical-path computation
Diffstat (limited to 'doc/invocations-http-server/templates/invocation.html')
-rw-r--r-- | doc/invocations-http-server/templates/invocation.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 %} <li> Exit code: <tt>{{ exit_code | e }}</tt></li> {% endif %} + {% if not fully_cached %} + <li> <a href="/critical_path/{{invocation | e}}">Critical path</a></li> + {% endif %} {% if artifacts %} <li> <details> |