Hello all,
In the same way, perhaps add also, for the group element:
Like:
@startuml
nwdiag {
// define group at outside network definitions
group grouplabel {
color = "#FF7777";
description = "long group label";
shape = node;
web01;
web02;
db01;
}
network dmz {
web01;
web02;
}
network internal {
web01;
web02;
db01 [address = ".101", shape = database];
}
}
@enduml
→ Link to PlantUML online server.
That is only a proposal,
Regards,
Th.