diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-28 14:47:13 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-30 12:49:36 +0200 |
commit | 73c17bfc431483117afb5a785f71e3e98ac6da8a (patch) | |
tree | 0516f08b57d623581f3fa160d55831cb94c82716 /doc | |
parent | 94bf3d6cbe5815dc0953a51d2797b5d7583c623b (diff) | |
download | justbuild-73c17bfc431483117afb5a785f71e3e98ac6da8a.tar.gz |
Invocation server: add links back to the overview page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/invocations-http-server/templates/invocation.html | 2 | ||||
-rw-r--r-- | doc/invocations-http-server/templates/invocations.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index 8042e19b..957b59d7 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -8,6 +8,8 @@ Invocation {{invocation | e}} {% block content %} <h1>Invocation {{invocation | e}}</h1> +<a href="/">(all invocations)</a> + <h2>Overview</h2> <ul> {% if cmd %} diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index d22b349a..60609880 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -6,6 +6,8 @@ Recent Invocations {% block content %} {% if filter_info %} <h1>Invocations filtered by {{ filter_info | e }}</h1> + +<a href="/">(all invocations)</a> {% else %} <h1>Recent Invocations</h1> Filter by: |