-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[UI] add brackets to links with IPv6 addresses #5966
Comments
Thanks for letting us know about this! I have a PR for this, which you can try out here against a mock API. |
Good news! Thank you! |
This addresses the issue raised by @pznamensky in #5966.
I ended up using a different approach, but it’s now merged, and should be released as part of version 0.9.5. 😀 |
Thanks! |
This addresses the issue raised by @pznamensky in #5966.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.9.3 (c5e8b66)
Issue
When a service registered on IPv6 interface nomad doesn't add bracket to the link
Wrong:
http://2000:a:b:c::d:80
Correct:
http://[2000:a:b:c::d]:80
Reproduction steps
Create a job with service which register on IPv6 address.
View links in UI.
The text was updated successfully, but these errors were encountered: