1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src/component/admin
Gastón Fournier 64c41b8c6d
fix: properly escaping app names (#3368)
## About the changes
Network overview was not escaping square brackets from app names and
that caused mermaid graph to break. We've also identified problems with
quotes and some characters not showing properly when using utf-8 (but
still no solution for this). We're going to be testing the utf-8 issue
in our sandbox instances.
2023-03-22 10:40:22 +01:00
..
apiToken Fix/decouple api token list (#3171) 2023-02-21 14:27:46 +01:00
auth
billing refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
cors
groups fix: add container for EditGroups (#3318) 2023-03-15 15:23:59 +01:00
instance-admin
invoice
maintenance refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
menu feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
network fix: properly escaping app names (#3368) 2023-03-22 10:40:22 +01:00
projectRoles
serviceAccounts UI/bulk select (#3267) 2023-03-14 08:56:03 +00:00
users refactor: not used cleanup (#3347) 2023-03-21 11:10:07 +02:00
Admin.tsx fix: add container for EditGroups (#3318) 2023-03-15 15:23:59 +01:00
AdminRedirect.tsx
LazyAdmin.tsx
LazyAdminExport.tsx