mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat: creation of service account (#44913)
* feat: creation of service account * added back button for the details page * refactor: remove unused file, renamed fields * oppps
This commit is contained in:
@@ -25,6 +25,8 @@ export enum AccessControlAction {
|
||||
UsersQuotasList = 'users.quotas:list',
|
||||
UsersQuotasUpdate = 'users.quotas:update',
|
||||
|
||||
ServiceAccountsCreate = 'serviceaccounts:create',
|
||||
|
||||
OrgsRead = 'orgs:read',
|
||||
OrgsPreferencesRead = 'orgs.preferences:read',
|
||||
OrgsWrite = 'orgs:write',
|
||||
|
||||
Reference in New Issue
Block a user