From 24df50889dfe48e673b00f0854743f8bea088630 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Sun, 16 Mar 2025 11:02:41 +0100 Subject: [PATCH] Cleanup terrain graphs --- src/public/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index d55035d..d4600d5 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3117,9 +3117,7 @@ const tooltip = `[${escapeString(node.short_name)}] ${escapeString(node.long_name)} heard [${escapeString(neighbourNode.short_name)}] ${escapeString(neighbourNode.long_name)}` + `
SNR: ${neighbour.snr}dB` + `
Distance: ${distance}` - + `

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()}` : '') + + `
` (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '') + `

Terrain images from HeyWhatsThat.com` + `
`;