add server class

This commit is contained in:
Michaël Ricart 2025-03-06 09:23:58 +01:00
parent c01bcedb78
commit ae74874574

View file

@ -18,16 +18,21 @@ classes: {
switch: { switch: {
shape: image shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/switch.svg icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/switch.svg
label.near: center-right label.near: outside-right-center
} }
router: { router: {
shape: image shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/router.svg icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/router.svg
label.near: center-right label.near: outside-right-center
} }
firewall: { firewall: {
shape: image shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/firewalld2.svg 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
} }
} }