Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nwdiag: Unable to use <material/DNS> sprite #1754

Closed
jcralbino opened this issue Apr 23, 2024 · 1 comment
Closed

nwdiag: Unable to use <material/DNS> sprite #1754

jcralbino opened this issue Apr 23, 2024 · 1 comment
Labels

Comments

@jcralbino
Copy link

jcralbino commented Apr 23, 2024

Describe the bug
When doing this code we don't see the object being show

@startuml
!include <material/dns>

nwdiag {
node  [ description= "<$dns>"]
}
@enduml

image

When using other sprites this works:

@startuml
!include <aws/Compute/AmazonVPC/router/router>

nwdiag {
node  [ description= "<$router>"]
}
@enduml

image

To Reproduce
Steps to reproduce the behavior:

  1. Go to plant online server
  2. Use code above

Expected behavior
The node will have a different image.
The sprite is shown when using this:

@startuml
!include <material/dns>
listsprites
@enduml

generates this:
image

Desktop (please complete the following information):
PlantUML-server

Additional context
Container for PlantUML-server version 1.2024.4 is used

@jcralbino jcralbino changed the title material/DNS sprite in nwdiag nwdiag: Unable to use <material/DNS> sprite Apr 23, 2024
@The-Lum
Copy link
Collaborator

The-Lum commented Apr 23, 2024

Hello @jcralbino, and all,

As the sprite name is ma_dns, then use:

@startuml
!include <material/dns>

nwdiag {
node  [ description= "<$ma_dns>"]
}
@enduml

To see the expected result:

Enjoy,
Regards,
Th.

@The-Lum The-Lum closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants