mirror of https://github.com/grafana/grafana.git
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"
|
||||
|
||||
// Basic Role None
|
||||
BasicRoleNoneUID = "basic_none"
|
||||
BasicRoleNoneName = "basic:none"
|
||||
|
||||
// Permission actions
|
||||
|
||||
ActionAPIKeyRead = "apikeys:read"
|
||||
|
|
|
|||
Loading…
Reference in New Issue