Add icon candidates for proxmox, weather, remote_desktop integrations

This commit is contained in:
Claude 2026-06-21 20:11:13 +00:00
parent ba8683f5a8
commit 437f14e330
No known key found for this signature in database

View file

@ -92,6 +92,19 @@ const cdnIconCandidatesByIntegrationType: Record<string, string[]> = {
netbird: ['https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/netbird.png'],
cloudflare: ['https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/cloudflare.png'],
ssh: ['https://samuelsjames.github.io/assets-public/logos/linux-logo.svg'],
proxmox: [
'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/proxmox.png',
'https://api.iconify.design/simple-icons/proxmox.svg',
],
weather: [
'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/openweathermap.png',
'https://api.iconify.design/mdi/weather-partly-cloudy.svg',
],
remote_desktop: [
'https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/guacamole.png',
'https://api.iconify.design/simple-icons/apacheguacamole.svg',
'https://api.iconify.design/mdi/remote-desktop.svg',
],
}
interface NodeGroup {