From 9411c9e4cc6d34624ee0f59658f95a6e34519b87 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Mon, 14 Apr 2025 17:31:45 +0200 Subject: [PATCH] remove LoRa region from sidebar and tooltip --- src/public/index.html | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index ddf4662..20548b3 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -600,41 +600,6 @@ - -
-
LoRa Config
- -
-
@@ -3818,10 +3783,7 @@ (node.position_precision != null && node.position_precision !== 32 ? `
Position Precision: ${formatPositionPrecision(node.position_precision)}` : '') + `

Role: ${node.role_name}` + `
Hardware: ${node.hardware_model_name}` + - (node.firmware_version != null ? `
Firmware: ${node.firmware_version}` : '') + - (node.region_name != null ? `
LoRa Region: ${node.region_name} (${loraFrequencyRange})` : '') + - (node.modem_preset_name != null ? `
Modem Preset: ${node.modem_preset_name}` : '') + - (node.has_default_channel != null ? `
Has Default Channel: ${node.has_default_channel ? "Yes" : "No"}` : ''); + (node.firmware_version != null ? `
Firmware: ${node.firmware_version}` : ''); if(node.battery_level){ if(node.battery_level > 100){