From 3fc392ac674eb16b5a87f5af869190f3ebf5963f Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 12 Sep 2024 16:32:48 +1000 Subject: [PATCH] feat: Bold the node name to make it easier to see --- server.py | 1 - templates/index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/server.py b/server.py index 0909197..58179c8 100644 --- a/server.py +++ b/server.py @@ -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"] diff --git a/templates/index.html b/templates/index.html index 5b9374d..928d956 100644 --- a/templates/index.html +++ b/templates/index.html @@ -107,7 +107,7 @@ {{history.nodes[node.name].dot.last_down}})

-

{{node.name}}: {{node.ip}}

+

{{node.name}}: {{node.ip}}