d2class/network.d2

39 lines
829 B
Text
Raw Normal View History

2024-10-09 17:02:33 +02:00
classes: {
2025-03-05 17:11:20 +01:00
zone: {
style: {
fill: transparent
border-radius: 12
stroke-dash: 5
}
}
2024-10-09 17:02:33 +02:00
emptybox: {
style.opacity: 0
*: {
style: {
fill: transparent
border-radius: 8
}
}
}
switch: {
shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/switch.svg
2025-03-06 09:23:58 +01:00
label.near: outside-right-center
2024-10-09 17:02:33 +02:00
}
router: {
shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/router.svg
2025-03-06 09:23:58 +01:00
label.near: outside-right-center
2024-10-09 17:02:33 +02:00
}
firewall: {
shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/firewalld2.svg
2025-03-06 09:23:58 +01:00
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
2024-10-09 17:02:33 +02:00
}
}