feat: Bold the node name to make it easier to see
All checks were successful
Build Docker / BuildImage (push) Successful in 31s

This commit is contained in:
Nathan Woodburn 2024-09-12 16:32:48 +10:00
parent 142ce6581f
commit 3fc392ac67
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 1 additions and 2 deletions

View File

@ -366,7 +366,6 @@ def check_nodes_from_log() -> list:
node_status = newest["nodes"] node_status = newest["nodes"]
if datetime.now() > newest["date"] + relativedelta.relativedelta(minutes=10): if datetime.now() > newest["date"] + relativedelta.relativedelta(minutes=10):
print("Failed to get a new enough log, checking nodes", flush=True) print("Failed to get a new enough log, checking nodes", flush=True)
print(newest["date"])
node_status = check_nodes() node_status = check_nodes()
else: else:
last_log = newest["date"] last_log = newest["date"]

View File

@ -107,7 +107,7 @@
{{history.nodes[node.name].dot.last_down}})</p> {{history.nodes[node.name].dot.last_down}})</p>
</div> </div>
<div class="node-info"> <div class="node-info">
<p>{{node.name}}: {{node.ip}}</p> <p style="font-weight: bold;">{{node.name}}: {{node.ip}}</p>
</div> </div>
</div> </div>