-
-
Notifications
You must be signed in to change notification settings - Fork 402
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 console layout width, avoid unnecessary new lines #223
Comments
Loving the project, but I think this could be improved. |
It seems to be fixed to 488px, most likely a setting in xtermjs. |
I have created a pr #285 that solves it for each load of the screen but doesn't listen for the "resize" event. Added a todo for that in the jsdocs. |
I would love if it was also possible for the UI to allow editing the compose.yml in a fullscreen/widescreen format instead of being scrunched to the side. It would make it a lot easier to read when there's a lot in the file. |
Fixed by #285 |
🛡️ Security Policy
Description
When executing some commands (like
docker ps
) in the console the width is not correctly optimized and unnecessary new lines are inserted in the output.Example:
Here we can see STATUS, PORTS and NAMES being on a new line
👟 Reproduction steps
docker ps
)👀 Expected behavior
I would like the output to be like it is in the console via SSH, like this:
😓 Actual Behavior
Unnecessary new lines are inserted even if there is enough space on the right in the console in Dockge
Dockge Version
1.3.3
💻 Operating System and Arch
Debian 12 x64
🌐 Browser
Mozilla Firefox version 120.0.1
🐋 Docker Version
Docker version 24.0.7, build afdd53b
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: