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/invocation.html | 18 +++++++++++++++--- doc/invocations-http-server/templates/invocations.html | 4 ++++ 2 files changed, 19 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 62d98813..816f5344 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -96,9 +96,21 @@ Inocations {{invocation | e}} {% if remote_address %}
  • remote
  • {% endif %} 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 %}