diff --git a/app/templates/queue.html b/app/templates/queue.html index 2a0f24b..c41be85 100644 --- a/app/templates/queue.html +++ b/app/templates/queue.html @@ -96,10 +96,10 @@
{% for s in status %}
{{ s.type }}: {{ s.status }}
-
+
{% if s.details %} {{ s.details }} - {% endif %}
+ {% endif %} {% endfor %}