diff options
Diffstat (limited to 'doc/invocations-http-server/templates/invocation.html')
-rw-r--r-- | doc/invocations-http-server/templates/invocation.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index f8df4a21..c7cba837 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -120,10 +120,17 @@ Inocations {{invocation | e}} {% if config %} <li> Target configuration: <tt>{{ config | e }}</tt></li> {% endif %} - {% if remote_address %} - <li> Remote: + {% if has_remote %} + <li> + {% if is_remote %} + Remote build: + {% else %} + Local build: + {% endif %} <ul> - <li> Address: <tt>{{ remote_address | e }}</tt></li> + <li> Address: + <a href="/filterinvocations/remote/address/{{ remote_address["value_hex"] | e }}"><tt>{{ remote_address["value"] | e }}</tt></a> + </li> {% if remote_props %} <li> Properties: <ul> |