mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	feat: exposure metrics header (#10545)
This commit is contained in:
		
							parent
							
								
									9c9f944380
								
							
						
					
					
						commit
						a28f38e06a
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user