feat: extract network map builder from PR 124 #137
@@ -79,7 +79,7 @@ const CATEGORY_DEFAULTS: Record<string, DeviceRenderConfig> = {
|
|||||||
'cloud': { icon: Cloud, color: CLOUD_COLOR },
|
'cloud': { icon: Cloud, color: CLOUD_COLOR },
|
||||||
'endpoint': { icon: Monitor, color: ENDPOINT_COLOR },
|
'endpoint': { icon: Monitor, color: ENDPOINT_COLOR },
|
||||||
'infrastructure': { icon: PlugZap, color: INFRA_COLOR },
|
'infrastructure': { icon: PlugZap, color: INFRA_COLOR },
|
||||||
'security': { icon: ShieldAlert, color: SECURITY_COLOR },
|
'security': { icon: BrickWallFire, color: SECURITY_COLOR },
|
||||||
}
|
}
|
||||||
|
|
||||||
const FALLBACK: DeviceRenderConfig = { icon: Cpu, color: INFRA_COLOR }
|
const FALLBACK: DeviceRenderConfig = { icon: Cpu, color: INFRA_COLOR }
|
||||||
|
|||||||
Reference in New Issue
Block a user