Skip to content

Commit

Permalink
Merge pull request #5034 from rvykydal/webui-critical-error-dialog-de…
Browse files Browse the repository at this point in the history
…fault-log-view-size

webui: increase default size of log review text area in critical erro…
  • Loading branch information
rvykydal authored Aug 11, 2023
2 parents 5c7b9b0 + daccc3f commit 517ff40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/webui/src/components/Error.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const CriticalError = ({ exception, isBootIso, reportLinkURL }) => {
onChange={setLogContent}
resizeOrientation="vertical"
id="critical-error-review-attached-log"
rows={7}
/>
<FormHelperText isHidden={false}>
<HelperText>
Expand Down

0 comments on commit 517ff40

Please sign in to comment.