-
Notifications
You must be signed in to change notification settings - Fork 197
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
IPv6 addresses display errors #5464
Comments
@Tostti inform me in a meeting about the pending tasks of this issue. He was researching how to implement the ellipsis for the IP address and rendering a button to copy the full value in the table of the Agents section. I continued his research and I got something functional. In the case of the Agents table: The Applying the truncation to the The In the case we want to add the truncation to the Adding a button to copy the full value of the IP address for the cases when the value was truncated could have a high impact on the browser performance due to the needed calculations in the DOM. This would have to be done for each IP address cell of the table. In a meeting with @asteriscos , we saw the Some tests
|
We have discussed this issue today in the daily meeting. For now, we have decided to allow the IP address value can truncate to the next line. This means the Regarding the agents table in the |
Update pull request #5471 |
Description
Across the application, all IPs can be reported as IPv4 and IPv6. We must adapt all IP fields to render appropriately.
We have two cases mainly: when an address does not fit in the column of a table and overflows to the next line, and when the IP does not fit in the container and overflows outside of it, mixing the text with other elements.
We must design a way to correctly render these IP addresses. If we decide to truncate the address, we must add a copy button, so the user can always access the complete address.
Screenshots

The text was updated successfully, but these errors were encountered: