mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Service Accounts: Polish service account detail page (#45846)
* ServiceAccounts: add teams to service account DTO * ServiceAccounts: Add team display to service accounts * ServiceAccounts: add AC metadata to detail route * ServiceAccounts: add role picker to detail page * ServiceAccounts: Add role to profile DTO * ServiceAccounts: remove wip mention of created by
This commit is contained in:
@@ -33,6 +33,7 @@ export interface ServiceAccountDTO extends WithAccessControlMetadata {
|
||||
avatarUrl?: string;
|
||||
createdAt: string;
|
||||
isDisabled: boolean;
|
||||
teams: string[];
|
||||
role: OrgRole;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user