mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Synthetics] hide error panel for test run logs for lightweight monitors (#157791)
This commit is contained in:
parent
8028230de2
commit
2dfaf21c64
1 changed files with 12 additions and 8 deletions
|
@ -65,14 +65,18 @@ export function ErrorDetailsPage() {
|
|||
stepsLoading={stepsLoading}
|
||||
isErrorDetails={true}
|
||||
/>
|
||||
<EuiSpacer size="m" />
|
||||
<EuiPanel hasShadow={false} hasBorder>
|
||||
<TestRunErrorInfo
|
||||
journeyDetails={data?.details}
|
||||
showErrorTitle={false}
|
||||
showErrorLogs={true}
|
||||
/>
|
||||
</EuiPanel>
|
||||
{isBrowser && (
|
||||
<>
|
||||
<EuiSpacer size="m" />
|
||||
<EuiPanel hasShadow={false} hasBorder>
|
||||
<TestRunErrorInfo
|
||||
journeyDetails={data?.details}
|
||||
showErrorTitle={false}
|
||||
showErrorLogs={true}
|
||||
/>
|
||||
</EuiPanel>
|
||||
</>
|
||||
)}
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={1} style={{ height: 'fit-content' }}>
|
||||
{data?.details?.journey && failedStep && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue