diff options
Diffstat (limited to 'doc/invocations-http-server')
-rw-r--r-- | doc/invocations-http-server/templates/invocation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index bdcbb623..c204efa3 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -123,7 +123,7 @@ Inocations {{invocation | e}} {% endfor %} </ul> {% else %} -{% if exit_code == 1 or exit_code == 2 %} +{% if exit_code == 0 or exit_code == 1 or exit_code == 2 %} <h2>Failed actions</h2> {% if failed_actions %} <ul> |