mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
Better display of success rates.
This commit is contained in:
parent
ab12979bb6
commit
9b2aec4057
@ -19,6 +19,9 @@
|
||||
<div class="col-xs-11"><h3>{{ check.name }}</h3></div>
|
||||
</div>
|
||||
</div>
|
||||
{% if check.success_rate != None %}
|
||||
<h4>Success rate: {{ check.success_rate|floatformat:"2" }}%.</h4>
|
||||
{% endif %}
|
||||
{% if check.problems %}
|
||||
<table class="table bootstrap-datatable datatable">
|
||||
<thead>
|
||||
@ -41,9 +44,6 @@
|
||||
</tbody>
|
||||
</table>
|
||||
{% endif %}
|
||||
{% if check.success_rate %}
|
||||
<p>Success rate: {{ check.success_rate|floatformat:"2" }}%.</p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endblock content %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user