Add icon candidates for proxmox, weather, remote_desktop integrations
This commit is contained in:
parent
ba8683f5a8
commit
437f14e330
1 changed files with 13 additions and 0 deletions
|
|
@ -92,6 +92,19 @@ const cdnIconCandidatesByIntegrationType: Record<string, string[]> = {
|
||||||
netbird: ['https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/netbird.png'],
|
netbird: ['https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/netbird.png'],
|
||||||
cloudflare: ['https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/cloudflare.png'],
|
cloudflare: ['https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/cloudflare.png'],
|
||||||
ssh: ['https://samuelsjames.github.io/assets-public/logos/linux-logo.svg'],
|
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 {
|
interface NodeGroup {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue