From 437f14e330ca4d7dd785e5ce36808c36074b5653 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 20:11:13 +0000 Subject: [PATCH] Add icon candidates for proxmox, weather, remote_desktop integrations --- src/pages/Infrastructure.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/pages/Infrastructure.tsx b/src/pages/Infrastructure.tsx index 5d6f41e..588a681 100644 --- a/src/pages/Infrastructure.tsx +++ b/src/pages/Infrastructure.tsx @@ -92,6 +92,19 @@ const cdnIconCandidatesByIntegrationType: Record = { 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 {