mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
feat: frontend traffic explanation box (#9602)
This commit is contained in:
parent
ea6edc66c1
commit
59dd769e5d
@ -41,8 +41,10 @@ const FrontendNetworkTrafficUsage: FC = () => {
|
|||||||
<StyledBox>
|
<StyledBox>
|
||||||
<TopRow>
|
<TopRow>
|
||||||
<Box>
|
<Box>
|
||||||
Frontend traffic is determined by the total SDK
|
<Alert severity='info' icon={false}>
|
||||||
requests to the Frontend API
|
Frontend traffic is determined by the total
|
||||||
|
SDK requests to the Frontend API
|
||||||
|
</Alert>
|
||||||
</Box>
|
</Box>
|
||||||
<PeriodSelector
|
<PeriodSelector
|
||||||
selectedPeriod={chartDataSelection}
|
selectedPeriod={chartDataSelection}
|
||||||
|
Loading…
Reference in New Issue
Block a user