mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 09:49:02 +08:00
fix: properly get the alert severity (#6974)
This commit is contained in:
parent
1378590429
commit
f04589a0b2
@ -43,7 +43,7 @@ function AlertHeader({ alertDetails }: AlertHeaderProps): JSX.Element {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="bottom-section">
|
<div className="bottom-section">
|
||||||
<AlertSeverity severity="warning" />
|
{labels.severity && <AlertSeverity severity={labels.severity} />}
|
||||||
|
|
||||||
{/* // TODO(shaheer): Get actual data when we are able to get alert firing from state from API */}
|
{/* // TODO(shaheer): Get actual data when we are able to get alert firing from state from API */}
|
||||||
{/* <AlertStatus
|
{/* <AlertStatus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user