mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 22:55:55 +08:00
chore: error details stack trace height is updated (#3639)
* chore: error details stack trace height is updated * chore: style is updated --------- Co-authored-by: Rajat Dabade <rajat@signoz.io>
This commit is contained in:
parent
821471f4ab
commit
bccefc6a10
@ -1,3 +1,5 @@
|
||||
import './styles.scss';
|
||||
|
||||
import { Button, Divider, Space, Typography } from 'antd';
|
||||
import getNextPrevId from 'api/errors/getNextPrevId';
|
||||
import Editor from 'components/Editor';
|
||||
@ -161,7 +163,9 @@ function ErrorDetails(props: ErrorDetailsProps): JSX.Element {
|
||||
</DashedContainer>
|
||||
|
||||
<Typography.Title level={4}>{t('stack_trace')}</Typography.Title>
|
||||
<Editor onChange={(): void => {}} value={stackTraceValue} readOnly />
|
||||
<div className="error-container">
|
||||
<Editor value={stackTraceValue} readOnly />
|
||||
</div>
|
||||
|
||||
<EditorContainer>
|
||||
<Space direction="vertical">
|
||||
|
3
frontend/src/container/ErrorDetails/styles.scss
Normal file
3
frontend/src/container/ErrorDetails/styles.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.error-container {
|
||||
height: 50vh;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user