Change 'Resources and Auth Scopes' label (#4325)
This commit is contained in:
parent
5c0436960c
commit
2f6601febf
3 changed files with 8 additions and 7 deletions
|
@ -44,6 +44,7 @@
|
||||||
"searchByName": "Search by name",
|
"searchByName": "Search by name",
|
||||||
"setup": "Setup",
|
"setup": "Setup",
|
||||||
"selectAUser": "Select a user",
|
"selectAUser": "Select a user",
|
||||||
|
"selectARole": "Select a role",
|
||||||
"client": "Client",
|
"client": "Client",
|
||||||
"evaluate": "Evaluate",
|
"evaluate": "Evaluate",
|
||||||
"reevaluate": "Re-evaluate",
|
"reevaluate": "Re-evaluate",
|
||||||
|
@ -65,7 +66,7 @@
|
||||||
"deniedScopes": "Denied scopes",
|
"deniedScopes": "Denied scopes",
|
||||||
"permission": "Permission",
|
"permission": "Permission",
|
||||||
"lastEvaluation": "Last Evaluation",
|
"lastEvaluation": "Last Evaluation",
|
||||||
"resourcesAndAuthScopes": "Resources and Authentication Scopes",
|
"resourcesAndScopes": "Resources and Scopes",
|
||||||
"authScopes": "Authorization scopes",
|
"authScopes": "Authorization scopes",
|
||||||
"authDetails": "Authorization details",
|
"authDetails": "Authorization details",
|
||||||
"anyResource": "Any resource",
|
"anyResource": "Any resource",
|
||||||
|
|
|
@ -275,17 +275,17 @@ export const AuthorizationEvaluate = ({ client }: Props) => {
|
||||||
|
|
||||||
{!applyToResourceType ? (
|
{!applyToResourceType ? (
|
||||||
<FormGroup
|
<FormGroup
|
||||||
label={t("resourcesAndAuthScopes")}
|
label={t("resourcesAndScopes")}
|
||||||
id="resourcesAndAuthScopes"
|
id="resourcesAndScopes"
|
||||||
isRequired
|
isRequired
|
||||||
labelIcon={
|
labelIcon={
|
||||||
<HelpItem
|
<HelpItem
|
||||||
helpText={t("clients-help:contextualAttributes")}
|
helpText={t("clients-help:contextualAttributes")}
|
||||||
fieldLabelId={`resourcesAndAuthScopes`}
|
fieldLabelId={`resourcesAndScopes`}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
helperTextInvalid={t("common:required")}
|
helperTextInvalid={t("common:required")}
|
||||||
fieldId="resourcesAndAuthScopes"
|
fieldId="resourcesAndScopes"
|
||||||
>
|
>
|
||||||
<KeyBasedAttributeInput
|
<KeyBasedAttributeInput
|
||||||
selectableValues={resources.map<AttributeType>((item) => ({
|
selectableValues={resources.map<AttributeType>((item) => ({
|
||||||
|
|
|
@ -28,7 +28,7 @@ button#reevaluate-btn {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#resourcesAndAuthScopes > .pf-c-form__group-control > .kc-attributes__table > thead #key,
|
#resourcesAndScopes > .pf-c-form__group-control > .kc-attributes__table > thead #key,
|
||||||
#resourcesAndAuthScopes > .pf-c-form__group-control > .kc-attributes__table > thead #value {
|
#resourcesAndScopes > .pf-c-form__group-control > .kc-attributes__table > thead #value {
|
||||||
display:none
|
display:none
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue