Merge pull request #8654 from ArtemDzhereleiko/AD/imp/help/jwt-security-settings
Added help link for JWT security settings
This commit is contained in:
commit
2bbd3d1107
@ -164,6 +164,8 @@
|
|||||||
<mat-card-title>
|
<mat-card-title>
|
||||||
<span class="mat-headline-5" translate>admin.jwt.security-settings</span>
|
<span class="mat-headline-5" translate>admin.jwt.security-settings</span>
|
||||||
</mat-card-title>
|
</mat-card-title>
|
||||||
|
<span fxFlex></span>
|
||||||
|
<div tb-help="jwtSecuritySettings"></div>
|
||||||
</mat-card-header>
|
</mat-card-header>
|
||||||
<mat-card-content style="padding-top: 16px;">
|
<mat-card-content style="padding-top: 16px;">
|
||||||
<form [formGroup]="jwtSecuritySettingsFormGroup" (ngSubmit)="saveJwtSettings()" autocomplete="off">
|
<form [formGroup]="jwtSecuritySettingsFormGroup" (ngSubmit)="saveJwtSettings()" autocomplete="off">
|
||||||
|
|||||||
@ -166,6 +166,7 @@ export const HelpLinks = {
|
|||||||
templateNotifications: helpBaseUrl + '/docs/user-guide/notifications/#templates',
|
templateNotifications: helpBaseUrl + '/docs/user-guide/notifications/#templates',
|
||||||
recipientNotifications: helpBaseUrl + '/docs/user-guide/notifications/#recipients',
|
recipientNotifications: helpBaseUrl + '/docs/user-guide/notifications/#recipients',
|
||||||
ruleNotifications: helpBaseUrl + '/docs/user-guide/notifications/#rules',
|
ruleNotifications: helpBaseUrl + '/docs/user-guide/notifications/#rules',
|
||||||
|
jwtSecuritySettings: helpBaseUrl + '/docs/user-guide/ui/jwt-security-settings/',
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user