mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-26 20:08:19 +00:00
* feat: anamoly detection - initial ui * feat: anamoly detection - oct 10 * feat: use antd checkbox * feat: handle multiple series * feat: handle chart height on switch btwn threshold / anomaly * feat: do not update url on detection type change * chore: pr clean up * feat: remove chart container background
7 lines
88 B
SCSS
7 lines
88 B
SCSS
.rule-definition {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 8px;
|
|
align-items: center;
|
|
}
|