Also write security next to system nodes

This commit is contained in:
2025-06-14 03:45:13 +02:00
parent b401b4784a
commit 028f43e320

View File

@@ -142,7 +142,7 @@ export const MapNode: React.FC<MapNodeProps> = ({
} pointer-events-none select-none`}
style={{ textShadow: '2px 2px 4px rgba(0,0,0,0.8)' }}
>
{name}
{name} {security.toFixed(1)}
</text>
</g>
);