From e4e7a112e34964e0898397441348898373625354 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 22 Dec 2022 17:03:08 +0100 Subject: [PATCH] web: use version family subdomain for in-app doc links Signed-off-by: Jens Langhammer --- authentik/core/templates/base/header_js.html | 12 ++++++++---- authentik/core/views/interface.py | 5 +++++ web/src/admin/outposts/OutpostDeploymentModal.ts | 3 ++- web/src/admin/outposts/OutpostForm.ts | 7 +++---- .../policies/expression/ExpressionPolicyForm.ts | 3 ++- .../property-mappings/PropertyMappingLDAPForm.ts | 3 ++- .../property-mappings/PropertyMappingNotification.ts | 3 ++- .../property-mappings/PropertyMappingSAMLForm.ts | 3 ++- .../property-mappings/PropertyMappingScopeForm.ts | 3 ++- web/src/common/global.ts | 12 ++++++++++++ web/src/elements/Markdown.ts | 3 ++- 11 files changed, 42 insertions(+), 15 deletions(-) diff --git a/authentik/core/templates/base/header_js.html b/authentik/core/templates/base/header_js.html index 55c0bc669..2d1571828 100644 --- a/authentik/core/templates/base/header_js.html +++ b/authentik/core/templates/base/header_js.html @@ -2,10 +2,14 @@ {% get_current_language as LANGUAGE_CODE %}