summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/invocations.html
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2025-05-09 16:13:11 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2025-05-09 16:21:41 +0200
commit25f2adc502c0fca5a49fda7ea8dd5ceb15643c83 (patch)
tree33a21746c6f54217fcab108c661ff4afcc057ec1 /doc/invocations-http-server/templates/invocations.html
parentf15e702f4ea877f60978bf03a2badfdabd65f362 (diff)
downloadjustbuild-25f2adc502c0fca5a49fda7ea8dd5ceb15643c83.tar.gz
Invocation server: print invocation context
Diffstat (limited to 'doc/invocations-http-server/templates/invocations.html')
-rw-r--r--doc/invocations-http-server/templates/invocations.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html
index 9d048453..dee5f46b 100644
--- a/doc/invocations-http-server/templates/invocations.html
+++ b/doc/invocations-http-server/templates/invocations.html
@@ -47,6 +47,11 @@ Recent Invocations
Configuration: <tt>{{ invocation.config | e}}</tt>
</li>
{% endif %}
+ {% if invocation.context %}
+ <li>
+ Context: <tt>{{ invocation.context | e }}</tt>
+ </li>
+ {% endif %}
</ul>
</li>
{% endfor %}