diff options
Diffstat (limited to 'doc/invocations-http-server')
-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: |