feat: Bold the node name to make it easier to see
All checks were successful
Build Docker / BuildImage (push) Successful in 31s
All checks were successful
Build Docker / BuildImage (push) Successful in 31s
This commit is contained in:
parent
142ce6581f
commit
3fc392ac67
@ -366,7 +366,6 @@ def check_nodes_from_log() -> list:
|
||||
node_status = newest["nodes"]
|
||||
if datetime.now() > newest["date"] + relativedelta.relativedelta(minutes=10):
|
||||
print("Failed to get a new enough log, checking nodes", flush=True)
|
||||
print(newest["date"])
|
||||
node_status = check_nodes()
|
||||
else:
|
||||
last_log = newest["date"]
|
||||
|
@ -107,7 +107,7 @@
|
||||
{{history.nodes[node.name].dot.last_down}})</p>
|
||||
</div>
|
||||
<div class="node-info">
|
||||
<p>{{node.name}}: {{node.ip}}</p>
|
||||
<p style="font-weight: bold;">{{node.name}}: {{node.ip}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user