fixed a11y issues for clients list (#21255)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
a6c85439c9
commit
f67ed6e7fe
2 changed files with 2 additions and 1 deletions
|
@ -128,6 +128,7 @@ export const AuthorizationPolicies = ({ clientId }: PoliciesProps) => {
|
|||
variant="warning"
|
||||
isInline
|
||||
isPlain
|
||||
component="p"
|
||||
title={t("deletePolicyWarning")}
|
||||
className="pf-u-pt-lg"
|
||||
>
|
||||
|
|
|
@ -240,7 +240,7 @@ export const ClientScopes = ({
|
|||
<KeycloakDataTable
|
||||
key={key}
|
||||
loader={loader}
|
||||
ariaLabelKey="clients:clientScopeList"
|
||||
ariaLabelKey={`clients:clientScopeList-${key}`}
|
||||
searchPlaceholderKey={
|
||||
searchType === "name" ? "clients:searchByName" : undefined
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue