add device images
BIN
src/public/images/devices/HELTEC_V2_0.png
Executable file
After Width: | Height: | Size: 83 KiB |
BIN
src/public/images/devices/HELTEC_V2_1.png
Executable file
After Width: | Height: | Size: 83 KiB |
BIN
src/public/images/devices/HELTEC_V3.png
Executable file
After Width: | Height: | Size: 83 KiB |
BIN
src/public/images/devices/HELTEC_WIRELESS_PAPER.png
Executable file
After Width: | Height: | Size: 78 KiB |
BIN
src/public/images/devices/HELTEC_WIRELESS_TRACKER.png
Executable file
After Width: | Height: | Size: 88 KiB |
BIN
src/public/images/devices/HELTEC_WSL_V3.png
Executable file
After Width: | Height: | Size: 61 KiB |
BIN
src/public/images/devices/LILYGO_TBEAM_S3_CORE.png
Executable file
After Width: | Height: | Size: 212 KiB |
BIN
src/public/images/devices/NANO_G1_EXPLORER.png
Executable file
After Width: | Height: | Size: 75 KiB |
BIN
src/public/images/devices/NANO_G2_ULTRA.png
Executable file
After Width: | Height: | Size: 288 KiB |
BIN
src/public/images/devices/RAK4631.png
Executable file
After Width: | Height: | Size: 74 KiB |
BIN
src/public/images/devices/RP2040_LORA.png
Executable file
After Width: | Height: | Size: 54 KiB |
BIN
src/public/images/devices/RPI_PICO.png
Executable file
After Width: | Height: | Size: 69 KiB |
BIN
src/public/images/devices/TBEAM.png
Executable file
After Width: | Height: | Size: 111 KiB |
BIN
src/public/images/devices/TLORA_V2_1_1P6.png
Executable file
After Width: | Height: | Size: 138 KiB |
BIN
src/public/images/devices/T_DECK.png
Executable file
After Width: | Height: | Size: 235 KiB |
BIN
src/public/images/devices/T_ECHO.png
Executable file
After Width: | Height: | Size: 131 KiB |
BIN
src/public/images/devices/T_WATCH_S3.png
Executable file
After Width: | Height: | Size: 275 KiB |
@ -520,7 +520,8 @@
|
||||
|
||||
var icon = iconOnline; // todo status
|
||||
|
||||
var tooltip = `<b>${node.long_name}</b>` +
|
||||
var tooltip = `<img class="mb-4 w-32 mx-auto" src="/images/devices/${node.hardware_model_name}.png" onerror="this.classList.add('hidden')"/>` +
|
||||
`<b>${node.long_name}</b>` +
|
||||
`<br/>Short Name: ${node.short_name}` +
|
||||
`<br/><br/>Role: ${node.role_name}` +
|
||||
`<br/>Hardware: ${node.hardware_model_name}`;
|
||||
|