Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion monitor/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="card {% if n.sched_forked %}card-primary{% elif is_forked %}card-danger{% elif not n.is_up %}card-info{% elif has_forked %}card-warning
{% else %}card-success{% endif %} my-2" style="width: 20rem;">
<div class="card-header text-white">
Node: {{ n.name }}
{{ n.name }}
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">Current height: {{ n.best_block_height }}</li>
Expand Down