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:
2024-09-12 16:32:48 +10:00
parent 142ce6581f
commit 3fc392ac67
2 changed files with 1 additions and 2 deletions

View File

@@ -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>