diff --git a/webtool/templates/components/result-child.html b/webtool/templates/components/result-child.html index eaa4dd0e0..bfc527cf8 100644 --- a/webtool/templates/components/result-child.html +++ b/webtool/templates/components/result-child.html @@ -66,7 +66,9 @@

{{ processors[item.type].title if not deprecated else "(Deprecated analysis) {% if item.is_finished() and item.num_rows == 0 %}No results.{% endif %} - {{ item.status }} + {% with dataset=item, no_icons=True %} + {% include "components/result-status.html" %} + {% endwith %} {# Parameters #}