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 8ddb8c810a
fix: when app count is zero because it just started (#3029)
## About the changes
This fixes response time metrics with app names when the app just starts
and has zero which is falsy. We want to compare against undefined (which
means the snapshot is not yet ready)
2023-02-01 17:59:41 +01: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 fix: show previous invoices page if UNLEASH_CLOUD is falsy (#1094) 2022-06-14 15:41:28 +02:00
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 fix: when app count is zero because it just started (#3029) 2023-02-01 17:59:41 +01:00
projectRoles Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
serviceAccounts fix: SA unique token bug (#2901) 2023-01-16 13:10:08 +01: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