mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
ServiceAccounts: lowercase edit url (#46517)
This commit is contained in:
parent
cf9f76319a
commit
e512029afb
@ -181,7 +181,7 @@ const getServiceAccountsEnabledStatus = (disabled: boolean) => {
|
||||
|
||||
const ServiceAccountListItem = memo(
|
||||
({ serviceAccount, onRoleChange, roleOptions, builtInRoles, onSetToRemove }: ServiceAccountListItemProps) => {
|
||||
const editUrl = `org/serviceAccounts/${serviceAccount.id}`;
|
||||
const editUrl = `org/serviceaccounts/${serviceAccount.id}`;
|
||||
const styles = useStyles2(getStyles);
|
||||
const canUpdateRole = contextSrv.hasPermissionInMetadata(AccessControlAction.ServiceAccountsWrite, serviceAccount);
|
||||
const rolePickerDisabled = !canUpdateRole;
|
||||
|
Loading…
Reference in New Issue
Block a user