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

Improve layout for ports #29

Open
etolbakov opened this issue Jun 27, 2023 · 2 comments
Open

Improve layout for ports #29

etolbakov opened this issue Jun 27, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@etolbakov
Copy link
Owner

When a docker image exposes several ports the layout has issues.

  minio:
    image: minio/minio
    container_name: minio
    ports:
      - "9000:9000"
      - "9001:9001"
      - "9044:9044"
      - "9055:9055"

It affects all 3 alignment modes (vertical, horizontal, stepped. Might need to consider a totally different way of drawing ports
image003
image002
image001

#20

@etolbakov etolbakov added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Jun 27, 2023
@etolbakov
Copy link
Owner Author

Vertical layout regressed after the recent refactoring
Screenshot 2023-07-02 at 21 09 04

@etolbakov
Copy link
Owner Author

9db8526 should address the above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant