Skip to content
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

Incomplete table layout in "Container details" page #7151

Open
rdwebdesign opened this issue Jun 29, 2022 · 3 comments
Open

Incomplete table layout in "Container details" page #7151

rdwebdesign opened this issue Jun 29, 2022 · 3 comments

Comments

@rdwebdesign
Copy link

Bug description

On Container details page, Container status table:
The the Container webhook row looks incomplete (the border stops abruptly), because the Container webhook field is empty for Community Edition users.

image
"Container status" table in "Container details" page

The table row is using colspan="1", but it should be:

    <td colspan="2">
        Container webhook
        ...
    </td>

or add an empty cell:

    <td>
        Container webhook
        ...
    </td>
    <td>&nbsp;</td>

Expected behavior

I expect a complete row, like this:
image

Portainer Logs
Not applicable.

Steps to reproduce the issue:

  1. Go to 'Containers'
  2. Select one container to see its details
  3. See error at the table "Container status".

Technical details:

  • Portainer version: 2.14.0
  • Docker version (managed by Portainer): 20.10.17 (API: 1.41)
  • Kubernetes version (managed by Portainer): -
  • Platform (windows/linux): linux
  • Browser: everyone I tested
  • Use Case (delete as appropriate): Using Portainer at Home.
  • Have you reviewed our technical documentation and knowledge base? No

Additional context
none

@jamescarppe
Copy link
Member

Good catch. I'll flag this one with the UI team, as I know there's some changes coming around this in the next version.

@jtraxy jtraxy changed the title Imcomplete table layout in "Container details" page Incomplete table layout in "Container details" page Jul 4, 2022
@rdwebdesign
Copy link
Author

Just a note:
This is still an issue in Portainer 2.14.2

@rdwebdesign
Copy link
Author

After version 2.15 the theme was changed and the border error is gone, but still there is a misalignment problem:

portainer_alignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants