mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +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>
|
||||
<TopRow>
|
||||
<Box>
|
||||
Frontend traffic is determined by the total SDK
|
||||
requests to the Frontend API
|
||||
<Alert severity='info' icon={false}>
|
||||
Frontend traffic is determined by the total
|
||||
SDK requests to the Frontend API
|
||||
</Alert>
|
||||
</Box>
|
||||
<PeriodSelector
|
||||
selectedPeriod={chartDataSelection}
|
||||
|
Loading…
Reference in New Issue
Block a user