1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/admin
David Leek c14fc54e33
fix: also check includedTraffic before calculating overage and showing warning (#7091)
## About the changes

Fixes a bug that would display the overage warning on
network/traffic-usage when included traffic was 0. (it assumed all
traffic was overage)


![image](https://github.com/Unleash/unleash/assets/707867/793f8cb2-7c1d-4f67-b0e9-45c32fcb78e6)
2024-05-21 12:41:19 +02:00
..
apiToken chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
auth feat: move SCIM config into separate tab (#7055) 2024-05-16 08:01:32 +02:00
banners chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
billing feat: refactor data usage into hooks, estimate monthly added fees (#7048) 2024-05-17 15:27:32 +02:00
cors chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
groups feat: Project owners UI (#6949) 2024-04-29 11:51:44 +02:00
instance-admin chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
instance-privacy
invoice chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
license
maintenance
menu chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
network fix: also check includedTraffic before calculating overage and showing warning (#7091) 2024-05-21 12:41:19 +02:00
roles chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
serviceAccounts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
users chore: UI SCIM guard for groups (#6866) 2024-04-17 08:27:56 +01:00
Admin.tsx
AdminIndex.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
AdminRedirect.tsx
adminRoutes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
filterAdminRoutes.test.ts
filterAdminRoutes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
LazyAdmin.tsx
LazyAdminExport.tsx
useAdminRoutes.ts