add server class
This commit is contained in:
parent
c01bcedb78
commit
ae74874574
1 changed files with 8 additions and 3 deletions
11
network.d2
11
network.d2
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue