network class
This commit is contained in:
parent
3311809577
commit
15269aebce
1 changed files with 26 additions and 0 deletions
26
network.d2
26
network.d2
|
@ -0,0 +1,26 @@
|
|||
classes: {
|
||||
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
|
||||
label.near: bottom-right
|
||||
}
|
||||
router: {
|
||||
shape: image
|
||||
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/router.svg
|
||||
label.near: bottom-right
|
||||
}
|
||||
firewall: {
|
||||
shape: image
|
||||
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/firewalld2.svg
|
||||
label.near: bottom-left
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue