1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-01 13:47:27 +02:00

feat: exposure metrics header (#10545)

This commit is contained in:
Mateusz Kwasniewski 2025-08-27 11:27:26 +02:00 committed by GitHub
parent 9c9f944380
commit a28f38e06a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@ import {
withDefault,
} from 'use-query-params';
import { aggregateFeatureMetrics } from './aggregateFeatureMetrics.ts';
import { PageHeader } from 'component/common/PageHeader/PageHeader.tsx';
export const FeatureMetrics = () => {
const projectId = useRequiredPathParam('projectId');
@ -96,7 +97,7 @@ export const FeatureMetrics = () => {
}
return (
<PageContent>
<PageContent header={<PageHeader title='Exposure metrics' />}>
<Grid container component='header' spacing={2}>
<Grid item xs={12} md={4}>
<ConditionallyRender