1
0
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:
Mateusz Kwasniewski 2025-03-24 15:25:43 +01:00 committed by GitHub
parent ea6edc66c1
commit 59dd769e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}