diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-09 17:43:42 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-12 10:49:25 +0200 |
commit | 5aba3e6394a665d3c11973424c59d603134a3fbd (patch) | |
tree | 82be8856cc99d5df60e706f1e219078ef2a68b1c /doc/invocations-http-server/templates | |
parent | 3d203cdfaa244cd0f197d2faed7de6b87e22314f (diff) | |
download | justbuild-5aba3e6394a665d3c11973424c59d603134a3fbd.tar.gz |
Invocation server: support restricting to not-fully-cached builds
Diffstat (limited to 'doc/invocations-http-server/templates')
-rw-r--r-- | doc/invocations-http-server/templates/invocations.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index dee5f46b..1417a3c4 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -8,6 +8,8 @@ Recent Invocations <h1>Invocations filtered by {{ filter_info | e }}</h1> {% else %} <h1>Recent Invocations</h1> + +Filter: <a href="/filterinvocations/noncached">only not fully cached</a> {% endif %} {% if invocations %} <ul> |