Admin: Update stats page UI (#38014)

* Add StatCard

* Style cards

* Update types

* Add tests

* Move stats tab into licencing

* Prevent UI jumps when loading stats

* Fix merge conflicts

* Revert docs format
This commit is contained in:
Alex Khomenko
2021-08-24 19:13:48 +03:00
committed by GitHub
parent fcceb5716d
commit 6e639f3c72
10 changed files with 282 additions and 168 deletions

View File

@@ -34,4 +34,6 @@ export enum AccessControlAction {
LDAPUsersSync = 'ldap.user:sync',
LDAPStatusRead = 'ldap.status:read',
DataSourcesExplore = 'datasources:explore',
ActionServerStatsRead = 'server.stats:read',
}