Skip to content

Commit

Permalink
fix: view logs not showing full screen height on load
Browse files Browse the repository at this point in the history
### 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
cdrage committed Nov 24, 2022
1 parent acb7a36 commit 600cddc
Show file tree
Hide file tree
Showing 4 changed files with 49,483 additions and 1,226 deletions.
Loading

0 comments on commit 600cddc

Please sign in to comment.