mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-03-15 09:46:31 -04:00
puts more context/detail around totals/failed
This commit is contained in:
parent
1f932f880c
commit
d519553809
@ -49,6 +49,8 @@ def index():
|
||||
return render_template(
|
||||
"index.html",
|
||||
nodes=nodes,
|
||||
nodes_healthy=[n for n in nodes if n.available],
|
||||
nodes_unhealthy=[n for n in nodes if not n.available],
|
||||
form=form
|
||||
)
|
||||
|
||||
|
@ -40,6 +40,8 @@
|
||||
<br>
|
||||
{% if nodes %}
|
||||
<div class="xmrnodes">
|
||||
<p class="center">Currently tracking {{ nodes | length }} nodes in the database. Of those, {{ nodes_unhealthy | length }} nodes failed their last check-in.</p>
|
||||
<br>
|
||||
<table class="pure-table pure-table-horizontal pure-table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user