diff options
Diffstat (limited to 'doc/invocations-http-server/templates/invocations.html')
-rw-r--r-- | doc/invocations-http-server/templates/invocations.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 %} +<h1>Invocations filtered by {{ filter_info | e }}</h1> +{% else %} <h1>Recent Invocations</h1> +{% endif %} {% if invocations %} <ul> {% for invocation in invocations %} |