1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/admin
Gastón Fournier c5bb205d88
feat: aggregate by label and type (#3047)
## About the changes
We noticed in our instance that when we have the same label for different API types, it shows
duplicated in the overview:

![image](https://user-images.githubusercontent.com/455064/216580261-91b09446-9f96-430f-8373-6a9dc7a3e623.png)


We're changing to this way of displaying info:
![Screenshot from 2023-02-03
11-35-26](https://user-images.githubusercontent.com/455064/216580027-ada82e24-a3f3-4985-acef-4754e6177b13.png)
when the data in traffic looks like this:
![Screenshot from 2023-02-03
11-35-35](https://user-images.githubusercontent.com/455064/216580065-0125f792-24af-4a96-bce6-584b70c7efbb.png)

---------

Co-authored-by: Nuno Góis <github@nunogois.com>
2023-02-03 13:12:44 +00:00
..
api Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
apiToken Remove E flag (#2832) 2023-01-11 09:00:26 +02:00
auth Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
billing Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
cors Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
groups feat: adapt user logic to better adapt to SAs (#2917) 2023-01-18 12:12:44 +00:00
instance-admin Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
invoice
maintenance Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
menu feat: service accounts (UI) (#2734) 2023-01-05 08:11:28 +00:00
network feat: aggregate by label and type (#3047) 2023-02-03 13:12:44 +00:00
projectRoles Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
serviceAccounts fix: limit creation of other users PATs (adapting) (#3019) 2023-01-31 08:40:23 +00:00
users Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
Admin.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
AdminRedirect.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
LazyAdmin.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
LazyAdminExport.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00