Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: view logs not showing full screen height on load
### What does this PR do? Fixes the issue of the logs only showing half the screen rather than full. This is caused by the xterm package incorrectly loading and setting the height to half. Related bug: xtermjs/xterm.js#3887 ### Screenshot/screencast of this PR <!-- Please include a screenshot or a screencast explaining what is doing this PR --> ### What issues does this PR fix or reference? <!-- Please include any related issue from Podman Desktop repository (or from another issue tracker). --> Closes podman-desktop#501 ### How to test this PR? Use `yarn watch` and load up the logs on a container. It should now be full height. <!-- Please explain steps to reproduce --> Signed-off-by: Charlie Drage <charlie@charliedrage.com>
- Loading branch information