adjust jinja template
This commit is contained in:
parent
c5b30d985c
commit
3ecb7bcf88
|
@ -151,7 +151,7 @@
|
|||
|
||||
{% for key, value in model_choices.items() %}
|
||||
<div class="info-box">
|
||||
<h3>{{ key }} <span class="header-workers">- {{ value.backend_count }} workers</span></h3>
|
||||
<h3>{{ key }} <span class="header-workers">- {{ value.backend_count }} {% if value.backend_count == 1 %}worker{% else %}workers{% endif %}</span></h3>
|
||||
<p>
|
||||
<strong>Estimated Wait Time:</strong> {{ value.estimated_wait }}<br>
|
||||
Processing: {{ value.processing }}<br>
|
||||
|
|
Reference in New Issue