summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/invocation.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/invocations-http-server/templates/invocation.html')
-rw-r--r--doc/invocations-http-server/templates/invocation.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html
index 7fec7e6e..65ec9127 100644
--- a/doc/invocations-http-server/templates/invocation.html
+++ b/doc/invocations-http-server/templates/invocation.html
@@ -98,6 +98,7 @@ Inocations {{invocation | e}}
{% endif %}
</ul>
+{% if have_profile %}
<h2>Failed actions</h2>
{% if failed_actions %}
<ul>
@@ -124,7 +125,9 @@ In order of decreasing run time.
{% else %}
<i>(none)</i>
{% endif %}
-
+{% else %}
+<b>No profiling data available; invocation data is not (yet) complete.</b>
+{% endif %}
{% endblock %}