From 215b348553ed1b286a143b21e0c1582c71e8230c Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Mon, 12 May 2025 12:59:11 +0200 Subject: Invocation server: add css style file --- doc/invocations-http-server/templates/base.html | 1 + doc/invocations-http-server/templates/invocations.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/invocations-http-server/templates') diff --git a/doc/invocations-http-server/templates/base.html b/doc/invocations-http-server/templates/base.html index cf591652..d7a13f0b 100644 --- a/doc/invocations-http-server/templates/base.html +++ b/doc/invocations-http-server/templates/base.html @@ -4,6 +4,7 @@ {% block heading %}Invocation Browser{% endblock %} + {% block content %} diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index a98babae..c5680240 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -8,7 +8,7 @@ Recent Invocations

Invocations filtered by {{ filter_info | e }}

{% else %}

Recent Invocations

-Filter by: +Filter by: only not fully cached {% if context_filters %}
-- cgit v1.2.3