From 3ddde7ba476d8dab4a8f18bf9fe00bc40f5b99ac Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 8 May 2025 17:13:23 +0200 Subject: Invocation server: support filtering by remote-execution property When looking at an invocation, it can be helpful to quickly get all other invocation that coincide with a specific remote-execution property (like the build image). Support this use case by adding appropriate filtering and links. --- doc/invocations-http-server/templates/invocations.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/invocations-http-server/templates/invocations.html') diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index f2212af0..c12b19cf 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -4,7 +4,11 @@ Recent Invocations {% endblock %} {% block content %} +{% if filter_info %} +

Invocations filtered by {{ filter_info | e }}

+{% else %}

Recent Invocations

+{% endif %} {% if invocations %}