From 3fc0904425978403bf81a52191484ebbe985abc1 Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Thu, 24 Oct 2024 17:56:20 +0200 Subject: [PATCH] web/admin: fix missing div in wizard forms (#11794) Signed-off-by: Jens Langhammer --- ...lication-wizard-authentication-by-oauth.ts | 62 +++---- .../proxy/AuthenticationByProxyPage.ts | 65 ++++---- ...rd-authentication-by-saml-configuration.ts | 155 +++++++++--------- 3 files changed, 137 insertions(+), 145 deletions(-) diff --git a/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts b/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts index 8880d3006126..db1d6517f828 100644 --- a/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts +++ b/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts @@ -113,9 +113,8 @@ export class ApplicationWizardAuthenticationByOauth extends BaseProviderPanel { @@ -150,35 +149,36 @@ export class ApplicationWizardAuthenticationByOauth extends BaseProviderPanel { ${msg("Advanced flow settings")} - - -

- ${msg( - "Flow used when a user access this provider and is not authenticated.", - )} -

-
- - + + +

+ ${msg( + "Flow used when a user access this provider and is not authenticated.", + )} +

+
+
-

- ${msg("Flow used when logging out of this provider.")} -

-
+ > + +

+ ${msg("Flow used when logging out of this provider.")} +

+
diff --git a/web/src/admin/applications/wizard/methods/proxy/AuthenticationByProxyPage.ts b/web/src/admin/applications/wizard/methods/proxy/AuthenticationByProxyPage.ts index e6d66aea6f0a..867efbd0b383 100644 --- a/web/src/admin/applications/wizard/methods/proxy/AuthenticationByProxyPage.ts +++ b/web/src/admin/applications/wizard/methods/proxy/AuthenticationByProxyPage.ts @@ -161,11 +161,9 @@ export class AkTypeProxyApplicationWizardPage extends BaseProviderPanel { @@ -184,35 +182,36 @@ export class AkTypeProxyApplicationWizardPage extends BaseProviderPanel { ${msg("Advanced flow settings")} - - -

- ${msg( - "Flow used when a user access this provider and is not authenticated.", - )} -

-
- - + + +

+ ${msg( + "Flow used when a user access this provider and is not authenticated.", + )} +

+
+
-

- ${msg("Flow used when logging out of this provider.")} -

-
+ > + +

+ ${msg("Flow used when logging out of this provider.")} +

+
diff --git a/web/src/admin/applications/wizard/methods/saml/ak-application-wizard-authentication-by-saml-configuration.ts b/web/src/admin/applications/wizard/methods/saml/ak-application-wizard-authentication-by-saml-configuration.ts index 61c1f6403df3..54cbe258ca39 100644 --- a/web/src/admin/applications/wizard/methods/saml/ak-application-wizard-authentication-by-saml-configuration.ts +++ b/web/src/admin/applications/wizard/methods/saml/ak-application-wizard-authentication-by-saml-configuration.ts @@ -146,36 +146,37 @@ export class ApplicationWizardProviderSamlConfiguration extends BaseProviderPane - ${msg("Advanced flow settings")} - - -

- ${msg( - "Flow used when a user access this provider and is not authenticated.", - )} -

-
- - ${msg("Advanced flow settings")} +
+ + +

+ ${msg( + "Flow used when a user access this provider and is not authenticated.", + )} +

+
+ -

- ${msg("Flow used when logging out of this provider.")} -

-
+ > + +

+ ${msg("Flow used when logging out of this provider.")} +

+
@@ -199,60 +200,52 @@ export class ApplicationWizardProviderSamlConfiguration extends BaseProviderPane )}

- ${ - this.hasSigningKp - ? html` - +

+ ${msg( + "When enabled, the assertion element of the SAML response will be signed.", + )} +

+
` + : nothing}