diff --git a/ui/webui/src/components/Error.jsx b/ui/webui/src/components/Error.jsx index 6fafe397122..39a6f9a0a05 100644 --- a/ui/webui/src/components/Error.jsx +++ b/ui/webui/src/components/Error.jsx @@ -27,6 +27,8 @@ import { HelperTextItem, Modal, ModalVariant, + Stack, + StackItem, TextArea, TextContent, TextVariants, @@ -92,18 +94,25 @@ export const BZReportModal = ({ titleIconVariant={titleIconVariant} variant={ModalVariant.large} footer={ - <> - - {buttons} - + + + + {_("Reporting an issue will send information over the network. Plese review and edit the attached log to remove any sensitive information.")} + + + + + {buttons} + + }>
{detailsLabel && @@ -125,11 +134,6 @@ export const BZReportModal = ({ isDisabled={logContent === undefined || preparingReport} rows={25} /> - - - {_("Reporting an issue will send information over the network. Plese review and edit the attached log to remove any sensitive information.")} - -