From d5faa5f51f0aa82fba17513528ea9725cd5e471a Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 3 Jun 2025 12:48:43 +0200 Subject: Invocation server: also show counts in headings Often, the simple number, e.g., for failed actions can already give valuable information. For example, when investigating flakiness, the count of failed actions already gives a hint whether a change increased or decreased flakiness which can be valuable before even investigating if the nature of the failure has changed. As we have that information available and an additional number in a heading does not clutter the page too much, let's just show it. --- doc/invocations-http-server/templates/invocation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 957b59d7..bd5915b1 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -131,7 +131,7 @@ Invocation {{invocation | e}}
  • Cached: {{ action_count_cached | e }}
  • -

    Failed actions

    +

    Failed actions ({{ failed_actions_count | e }})

    {% if failed_actions %}