summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/invocations.html
diff options
context:
space:
mode:
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 %}