diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-12 12:59:11 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-12 16:52:10 +0200 |
commit | 215b348553ed1b286a143b21e0c1582c71e8230c (patch) | |
tree | dd85bb0df84b6ddd2cddaf7b4b1b6627b7b18a56 /doc/invocations-http-server/templates/invocations.html | |
parent | 5b3c6136e3e896019acb1bbc117615255c5f924a (diff) | |
download | justbuild-215b348553ed1b286a143b21e0c1582c71e8230c.tar.gz |
Invocation server: add css style file
Diffstat (limited to 'doc/invocations-http-server/templates/invocations.html')
-rw-r--r-- | doc/invocations-http-server/templates/invocations.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |