mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add const variables for No Basic Role (#74868)
* Add const variables for No Basic Role
This commit is contained in:
parent
cebae4fb9a
commit
c4bc90ff5b
@ -330,6 +330,10 @@ const (
|
|||||||
|
|
||||||
GeneralFolderUID = "general"
|
GeneralFolderUID = "general"
|
||||||
|
|
||||||
|
// Basic Role None
|
||||||
|
BasicRoleNoneUID = "basic_none"
|
||||||
|
BasicRoleNoneName = "basic:none"
|
||||||
|
|
||||||
// Permission actions
|
// Permission actions
|
||||||
|
|
||||||
ActionAPIKeyRead = "apikeys:read"
|
ActionAPIKeyRead = "apikeys:read"
|
||||||
|
Loading…
Reference in New Issue
Block a user