mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 01:15:52 +08:00
fix: layout issue on alert page (#2867)
This commit is contained in:
parent
540568d29f
commit
e5bb125a55
@ -117,7 +117,9 @@ function ChartPreview({
|
|||||||
{queryResponse.error.message || t('preview_chart_unexpected_error')}
|
{queryResponse.error.message || t('preview_chart_unexpected_error')}
|
||||||
</FailedMessageContainer>
|
</FailedMessageContainer>
|
||||||
)}
|
)}
|
||||||
{queryResponse.isLoading && <Spinner size="large" tip="Loading..." />}
|
{queryResponse.isLoading && (
|
||||||
|
<Spinner size="large" tip="Loading..." height="70vh" />
|
||||||
|
)}
|
||||||
{chartDataSet && !queryResponse.isError && (
|
{chartDataSet && !queryResponse.isError && (
|
||||||
<GridGraphComponent
|
<GridGraphComponent
|
||||||
title={name}
|
title={name}
|
||||||
|
@ -416,7 +416,7 @@ function FormAlertRules({
|
|||||||
<>
|
<>
|
||||||
{Element}
|
{Element}
|
||||||
<PanelContainer>
|
<PanelContainer>
|
||||||
<StyledLeftContainer flex="5 1 600px">
|
<StyledLeftContainer flex="5 1 600px" md={18}>
|
||||||
<MainFormContainer
|
<MainFormContainer
|
||||||
initialValues={initialValue}
|
initialValues={initialValue}
|
||||||
layout="vertical"
|
layout="vertical"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user