From c210f2bb63841862dd2a54553f6aca16a21fdc2f Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Tue, 13 May 2025 18:49:14 +0200 Subject: Invocation server: load more invocations with reduced information --- .../templates/invocations.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'doc/invocations-http-server/templates') diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index dd377659..62085417 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -39,10 +39,10 @@ Filter by: {% endif %} {% endif %} -{% if invocations %} +{% if full_invocations %}
{% endfor %} + {% if reduced_invocations %} +
  • +
    + {{ reduced_invocations_count | e }} more +
      + {% for invocation in reduced_invocations %} +
    • + {{ invocation.name | e }} + {% if invocation.context %} + Context: {{ invocation.context | e }} + {% endif %} +
    • + {% endfor %} +
    +
    +
  • + {% endif %}
    {% else %} -- cgit v1.2.3