diff --git a/zoe_api/web/templates/status.jinja2 b/zoe_api/web/templates/status.jinja2 index 585322e1bf2898e3bce126c3b888358dff28ab00..1f675f2f61cd1b63e0a7775d5f3a31f3c86875e4 100644 --- a/zoe_api/web/templates/status.jinja2 +++ b/zoe_api/web/templates/status.jinja2 @@ -105,7 +105,7 @@ {% endfor %} {% if stats['running_queue']|length == 0 %} -

The running queue is empty.

+

The queue is empty.

{% endif %} @@ -139,8 +139,8 @@ {% endfor %} {% endfor %} - {% if stats['running_queue']|length == 0 %} -

The running queue is empty.

+ {% if stats['termination_queue']|length == 0 %} +

The queue is empty.

{% endif %}