mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
feat: include number of flags chart (#5987)
This commit is contained in:
parent
8ba5cdced1
commit
055bab8e7c
@ -2,6 +2,7 @@ import { Box, Paper, styled, Typography } from '@mui/material';
|
|||||||
import { PageHeader } from 'component/common/PageHeader/PageHeader';
|
import { PageHeader } from 'component/common/PageHeader/PageHeader';
|
||||||
import { VFC } from 'react';
|
import { VFC } from 'react';
|
||||||
import { UsersChart } from './UsersChart/UsersChart';
|
import { UsersChart } from './UsersChart/UsersChart';
|
||||||
|
import { FlagsChart } from './FlagsChart/FlagsChart';
|
||||||
|
|
||||||
const StyledGrid = styled(Box)(({ theme }) => ({
|
const StyledGrid = styled(Box)(({ theme }) => ({
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
@ -27,6 +28,7 @@ export const ExecutiveDashboard: VFC = () => {
|
|||||||
<StyledGrid>
|
<StyledGrid>
|
||||||
<Paper>Stats</Paper>
|
<Paper>Stats</Paper>
|
||||||
<UsersChart />
|
<UsersChart />
|
||||||
|
<FlagsChart />
|
||||||
</StyledGrid>
|
</StyledGrid>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user