Replies: 2 comments 1 reply
-
|
Hi @fotechv what version of Portainer server are you running? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Converted to issue - #13217 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe
When a container has many published ports (e.g., 10+ port bindings), the Portainer UI displays all ports in a single row, which breaks the layout. The container list becomes too wide, text overflows, and the interface becomes hard to read and use, especially on narrower browser windows.

Describe the solution you'd like
Make the port display behave similarly to Docker Desktop:
This keeps the layout clean and stable regardless of how many ports a container exposes.

Describe alternatives you've considered
I considered:
A proper UI truncation solution is better than asking users to change their screen size or avoid using many ports.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions