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 {