feat: add cluster edge type — orange dashed, for Proxmox cluster links

This commit is contained in:
Pouzor
2026-03-08 11:26:42 +01:00
parent a63e248427
commit 0034100286
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -6,4 +6,5 @@ export const EDGE_DEFAULT_COLORS: Record<EdgeType, string> = {
iot: '#e3b341',
vlan: '#00d4ff',
virtual: '#8b949e',
cluster: '#ff6e00',
}