diff --git a/src/public/index.html b/src/public/index.html
index de125e9..2d472f0 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -611,7 +611,8 @@
+ `
SNR: ${neighbour.snr}dB`
+ `
ID: ${neighbourNode.node_id} -> ${node.node_id}`
+ `
Hex ID: ${neighbourNode.node_id_hex} -> ${node.node_id_hex}`
- + `
Updated: ${moment(new Date(node.neighbour_info.updated_at)).fromNow()}`;
+ + `
Updated: ${moment(new Date(node.neighbour_info.updated_at)).fromNow()}`
+ + `
Note: Some of these super long distance 'Neighbours' don't seem right...`
line.bindTooltip(tooltip, {
sticky: true,