mirror of
https://github.com/SigNoz/signoz.git
synced 2026-07-02 12:50:37 +01:00
* chore(metric-reduction): scaffold metric volume control API (types, routes, stubs) * chore: generate spec * chore: fix required and generate frontend types * chore(metric-reduction): add module implementation (#11857)
29 lines
373 B
SCSS
29 lines
373 B
SCSS
.tab {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
padding: 16px 0;
|
|
}
|
|
|
|
.metricNameCell {
|
|
font-family: 'Geist Mono', monospace;
|
|
}
|
|
|
|
.attributesCell {
|
|
font-family: 'Geist Mono', monospace;
|
|
}
|
|
|
|
.reductionCell {
|
|
font-family: 'Geist Mono', monospace;
|
|
}
|
|
|
|
.empty {
|
|
padding: 32px 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
.unavailable {
|
|
padding: 48px 16px;
|
|
text-align: center;
|
|
}
|