I have observed, that the layout in the "Advanced View" is not what is is supposed to be, when a container is installed, which has a very long repository name.
When this is the case, the Container-ID is not displayed below the container name and picture anymore instead it shows up on the right.
(See screenshots below.)
This issue was tested with Google Chrome and Microsoft Edge in Version 90.x.x.
To recreate this issue, simply run my hello-world container, which i have given a very long name. Then have a look at the Docker Page.
docker run --rm fabianbees/a-simple-hello-world-example-with-an-extra-ultra-super-duper-long-name-for-showing-an-unraid-ui-layout-error:latest
This is how it should look like: (Container-ID below the container name and picture)
When a container with a very long image name is present it looks as follows: (Container-ID on the right hand side of the container name and picture)
A simple fix could be to remove the display: inline; CSS from the class="advanced". This can be replicated with the Dev-Tools in the browser.
Then all is displayed normally but the long image name isn't visible any more (but thats a better solution than the current behavior).
Best solution would be to concat a long image name after a specifed width and show three dots at the end (e.g. long-name...).
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.