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

@@ -228,5 +228,4 @@ By default, the Grafana Server Admin is the only user who can create and manage
1. Create a built-in role assignment and map `fixed:permissions:admin:edit` and `fixed:permissions:admin:read` fixed roles to the `Editor` built-in role.
1. [Create a custom role]({{< ref "#create-your-custom-role" >}}) with `roles.builtin:add` and `roles:write` permissions, then create a built-in role assignment for `Editor` organization role.
Note that any user with the ability to modify roles can only create, update or delete roles with permissions they themselves have been granted. For example, a user with the `Editor` role would be able to create and manage roles only with the permissions they have, or with a subset of them.