Replies: 1 comment
-
|
I was going to post this feat request, it surprised me that it is an idea not updated since 2023. Currently the title is set as 'Portainer | environment-name'; it should be feasible to update it using the breadcrumbs (specifically after rendering), obtaining something like:
An alternative, perhaps more cumbersome, could be inferring it from the url:
with some exceptions (e.g. the container name in url is represented by its id). I can handle the change itself if someone gives me some hints on the best practices to follow. |
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.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'm frustrated when my docker containers are exited or unhealthy. At this time, I will open log tabs of each container.Unfortunately,each name of tabs are just the same 'Portainer | local',and I can't tell which tab matched their own container unless I open the tab and check the title. Just like the screenshots:
Describe the solution you'd like
The names of the new tabs can be matched to their real functions. Such as when I click the log of a container, the tab of name is 'Logs of Portainer xxx| local' or other better name. It will be very helpful for users to manage their multiple tabs.
Version:2.16.2 Community Edition
Beta Was this translation helpful? Give feedback.
All reactions