Merge cluster to master #3
|
@ -151,7 +151,7 @@
|
||||||
|
|
||||||
{% for key, value in model_choices.items() %}
|
{% for key, value in model_choices.items() %}
|
||||||
<div class="info-box">
|
<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>
|
<p>
|
||||||
<strong>Estimated Wait Time:</strong> {{ value.estimated_wait }}<br>
|
<strong>Estimated Wait Time:</strong> {{ value.estimated_wait }}<br>
|
||||||
Processing: {{ value.processing }}<br>
|
Processing: {{ value.processing }}<br>
|
||||||
|
|
Reference in New Issue