mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-19 15:27:46 -04:00
puts more context/detail around totals/failed
This commit is contained in:
parent
1f932f880c
commit
d519553809
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue