From ae74874574a9912537272d3d3347b63e45c76f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Thu, 6 Mar 2025 09:23:58 +0100 Subject: [PATCH] add server class --- network.d2 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/network.d2 b/network.d2 index b13d5a0..251bdba 100644 --- a/network.d2 +++ b/network.d2 @@ -18,16 +18,21 @@ classes: { switch: { shape: image icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/switch.svg - label.near: center-right + label.near: outside-right-center } router: { shape: image icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/router.svg - label.near: center-right + label.near: outside-right-center } firewall: { shape: image icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/firewalld2.svg - label.near: center-right + label.near: outside-right-center + } + server: { + shape: image + icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/server.svg + label.near: outside-right-center } }