diff --git a/src/public/images/devices/HELTEC_V2_0.png b/src/public/images/devices/HELTEC_V2_0.png
new file mode 100755
index 0000000..87011af
Binary files /dev/null and b/src/public/images/devices/HELTEC_V2_0.png differ
diff --git a/src/public/images/devices/HELTEC_V2_1.png b/src/public/images/devices/HELTEC_V2_1.png
new file mode 100755
index 0000000..87011af
Binary files /dev/null and b/src/public/images/devices/HELTEC_V2_1.png differ
diff --git a/src/public/images/devices/HELTEC_V3.png b/src/public/images/devices/HELTEC_V3.png
new file mode 100755
index 0000000..87011af
Binary files /dev/null and b/src/public/images/devices/HELTEC_V3.png differ
diff --git a/src/public/images/devices/HELTEC_WIRELESS_PAPER.png b/src/public/images/devices/HELTEC_WIRELESS_PAPER.png
new file mode 100755
index 0000000..c60083d
Binary files /dev/null and b/src/public/images/devices/HELTEC_WIRELESS_PAPER.png differ
diff --git a/src/public/images/devices/HELTEC_WIRELESS_TRACKER.png b/src/public/images/devices/HELTEC_WIRELESS_TRACKER.png
new file mode 100755
index 0000000..178486c
Binary files /dev/null and b/src/public/images/devices/HELTEC_WIRELESS_TRACKER.png differ
diff --git a/src/public/images/devices/HELTEC_WSL_V3.png b/src/public/images/devices/HELTEC_WSL_V3.png
new file mode 100755
index 0000000..fa25f46
Binary files /dev/null and b/src/public/images/devices/HELTEC_WSL_V3.png differ
diff --git a/src/public/images/devices/LILYGO_TBEAM_S3_CORE.png b/src/public/images/devices/LILYGO_TBEAM_S3_CORE.png
new file mode 100755
index 0000000..d8230ba
Binary files /dev/null and b/src/public/images/devices/LILYGO_TBEAM_S3_CORE.png differ
diff --git a/src/public/images/devices/NANO_G1_EXPLORER.png b/src/public/images/devices/NANO_G1_EXPLORER.png
new file mode 100755
index 0000000..36f6e2c
Binary files /dev/null and b/src/public/images/devices/NANO_G1_EXPLORER.png differ
diff --git a/src/public/images/devices/NANO_G2_ULTRA.png b/src/public/images/devices/NANO_G2_ULTRA.png
new file mode 100755
index 0000000..657b434
Binary files /dev/null and b/src/public/images/devices/NANO_G2_ULTRA.png differ
diff --git a/src/public/images/devices/RAK4631.png b/src/public/images/devices/RAK4631.png
new file mode 100755
index 0000000..f492aee
Binary files /dev/null and b/src/public/images/devices/RAK4631.png differ
diff --git a/src/public/images/devices/RP2040_LORA.png b/src/public/images/devices/RP2040_LORA.png
new file mode 100755
index 0000000..aacbe84
Binary files /dev/null and b/src/public/images/devices/RP2040_LORA.png differ
diff --git a/src/public/images/devices/RPI_PICO.png b/src/public/images/devices/RPI_PICO.png
new file mode 100755
index 0000000..fab5033
Binary files /dev/null and b/src/public/images/devices/RPI_PICO.png differ
diff --git a/src/public/images/devices/TBEAM.png b/src/public/images/devices/TBEAM.png
new file mode 100755
index 0000000..c7362eb
Binary files /dev/null and b/src/public/images/devices/TBEAM.png differ
diff --git a/src/public/images/devices/TLORA_V2_1_1P6.png b/src/public/images/devices/TLORA_V2_1_1P6.png
new file mode 100755
index 0000000..3e37b73
Binary files /dev/null and b/src/public/images/devices/TLORA_V2_1_1P6.png differ
diff --git a/src/public/images/devices/T_DECK.png b/src/public/images/devices/T_DECK.png
new file mode 100755
index 0000000..c73ec94
Binary files /dev/null and b/src/public/images/devices/T_DECK.png differ
diff --git a/src/public/images/devices/T_ECHO.png b/src/public/images/devices/T_ECHO.png
new file mode 100755
index 0000000..97f65e9
Binary files /dev/null and b/src/public/images/devices/T_ECHO.png differ
diff --git a/src/public/images/devices/T_WATCH_S3.png b/src/public/images/devices/T_WATCH_S3.png
new file mode 100755
index 0000000..8d19f90
Binary files /dev/null and b/src/public/images/devices/T_WATCH_S3.png differ
diff --git a/src/public/index.html b/src/public/index.html
index 8b03ec5..3a15983 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -520,7 +520,8 @@
var icon = iconOnline; // todo status
- var tooltip = `${node.long_name}` +
+ var tooltip = `
` +
+ `${node.long_name}` +
`
Short Name: ${node.short_name}` +
`
Role: ${node.role_name}` +
`
Hardware: ${node.hardware_model_name}`;