diff --git a/src/public/index.html b/src/public/index.html
index 58f9160..8419238 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -3548,8 +3548,7 @@
+ `
ID: ${node.node_id} heard ${neighbourNode.node_id}`
+ `
Hex ID: ${node.node_id_hex} heard ${neighbourNode.node_id_hex}`
+ (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '')
- + `
Note: Some neighbour lines are clearly wrong.
Firmware older than v2.3.2 reports MQTT nodes as Neighbours.
Fixed in #3457`
-
+
line.bindTooltip(tooltip, {
sticky: true,
opacity: 1,