diff options
Diffstat (limited to 'doc/invocations-http-server/templates/invocations.html')
-rw-r--r-- | doc/invocations-http-server/templates/invocations.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index dc518e4a..18f90129 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -38,6 +38,17 @@ Filter by: {% endfor %} </details> {% endif %} + {% if remote_address_filters %} + <details> + <summary>Remote address</summary> + {% for entry in remote_address_filters %} + {% if loop.index > 1 %} + , + {% endif %} + <a href="/filterinvocations/remote/address/{{ entry["value_hex"] | e }}"><tt>{{ entry["value"] | e }}</tt></a> + {% endfor %} + </details> + {% endif %} {% endif %} {% if full_invocations %} <div id="invocation-list"> |