diff --git a/app/templates/queue.html b/app/templates/queue.html index 4be5173..8f0d146 100644 --- a/app/templates/queue.html +++ b/app/templates/queue.html @@ -79,12 +79,12 @@ → {{ srcinfo.build_version }} - {{ status[0].status }} + {{ status[0].status_text }} {% for s in status %} {% if s.urls %}
- {{ s.type }}: + {{ s.build_type }}: {% for key, value in s.urls.items() -%} {% if not loop.first %} / {% endif %}{{ key }} {%- endfor -%} @@ -95,7 +95,7 @@