diff options
Diffstat (limited to 'doc/invocations-http-server/templates')
-rw-r--r-- | doc/invocations-http-server/templates/base.html | 1 | ||||
-rw-r--r-- | doc/invocations-http-server/templates/invocations.html | 2 |
2 files changed, 2 insertions, 1 deletions
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 @@ <title> {% block heading %}Invocation Browser{% endblock %} </title> + <link rel="stylesheet" type="text/css" href="/static/style.css"> </head> <body> {% 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 <h1>Invocations filtered by {{ filter_info | e }}</h1> {% else %} <h1>Recent Invocations</h1> -<b>Filter by:</b> +Filter by: <a href="/filterinvocations/noncached">only not fully cached</a> {% if context_filters %} <details> |