only show render queue bar when really still waiting in queue (Issue #120)

django-3.2
Hartmut Holzgraefe 2023-09-29 05:26:07 +00:00
rodzic 03a8ebe1f4
commit 96e65cec59
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -40,7 +40,7 @@
<div style="height: 2em"></div>
{% if map.needs_waiting %}
{% if map.is_waiting %}
<div class="progress">
<div id="queue-progress" class="progress-bar progress-bar-striped progress-bar-animated"" role="progressbar"
style="width: {{ progress }}%" aria-valuenow="{{ progress }}" aria-valuemin="0" aria-valuemax="100">