From 74897eea81e1c8a6ad210390d49a7b705915a2f3 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Fri, 26 May 2023 15:11:03 +0300 Subject: [PATCH] UI: Added help link for JWT security settings --- .../modules/home/pages/admin/security-settings.component.html | 2 ++ ui-ngx/src/app/shared/models/constants.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.html b/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.html index 130a1b2df0..ef29248767 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.html +++ b/ui-ngx/src/app/modules/home/pages/admin/security-settings.component.html @@ -164,6 +164,8 @@ admin.jwt.security-settings + +
diff --git a/ui-ngx/src/app/shared/models/constants.ts b/ui-ngx/src/app/shared/models/constants.ts index 5d55717c07..8648973c72 100644 --- a/ui-ngx/src/app/shared/models/constants.ts +++ b/ui-ngx/src/app/shared/models/constants.ts @@ -166,6 +166,7 @@ export const HelpLinks = { templateNotifications: helpBaseUrl + '/docs/user-guide/notifications/#templates', recipientNotifications: helpBaseUrl + '/docs/user-guide/notifications/#recipients', ruleNotifications: helpBaseUrl + '/docs/user-guide/notifications/#rules', + jwtSecuritySettings: helpBaseUrl + '/docs/user-guide/ui/jwt-security-settings/', } };