web/admin: fix ldap form when editing scim provider from view page (#5164)

This commit is contained in:
Jens L 2023-04-04 12:42:18 +02:00 committed by GitHub
parent 9a3809135e
commit 7c7bb9dc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -154,9 +154,9 @@ export class SCIMProviderViewPage extends AKElement {
<div class="pf-c-card__footer">
<ak-forms-modal>
<span slot="submit"> ${t`Update`} </span>
<span slot="header"> ${t`Update LDAP Provider`} </span>
<ak-provider-ldap-form slot="form" .instancePk=${this.provider.pk}>
</ak-provider-ldap-form>
<span slot="header"> ${t`Update SCIM Provider`} </span>
<ak-provider-scim-form slot="form" .instancePk=${this.provider.pk}>
</ak-provider-scim-form>
<button slot="trigger" class="pf-c-button pf-m-primary">
${t`Edit`}
</button>