Update UI help links

This commit is contained in:
Igor Kulikov 2022-07-19 12:49:37 +03:00
parent b8cbf0c406
commit 578075e9b8
2 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,7 @@
<div fxLayout="row"> <div fxLayout="row">
<span class="mat-headline" translate>admin.2fa.2fa</span> <span class="mat-headline" translate>admin.2fa.2fa</span>
<span fxFlex></span> <span fxFlex></span>
<!-- <div tb-help="twoFactorAuthSettings"></div>--> <div tb-help="twoFactorAuthentication"></div>
</div> </div>
</mat-card-title> </mat-card-title>
<mat-progress-bar color="warn" mode="indeterminate" *ngIf="isLoading$ | async"> <mat-progress-bar color="warn" mode="indeterminate" *ngIf="isLoading$ | async">

View File

@ -151,8 +151,9 @@ export const HelpLinks = {
ruleNodePushToCloud: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/action-nodes/#push-to-cloud', ruleNodePushToCloud: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/action-nodes/#push-to-cloud',
ruleNodePushToEdge: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/action-nodes/#push-to-edge', ruleNodePushToEdge: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/action-nodes/#push-to-edge',
queue: helpBaseUrl + '/docs/user-guide/queue', queue: helpBaseUrl + '/docs/user-guide/queue',
repositorySettings: helpBaseUrl + '/docs/user-guide/ui/repository-settings', repositorySettings: helpBaseUrl + '/docs/user-guide/version-control/#git-settings-configuration',
autoCommitSettings: helpBaseUrl + '/docs/user-guide/ui/auto-commit-settings', autoCommitSettings: helpBaseUrl + '/docs/user-guide/version-control/#auto-commit',
twoFactorAuthentication: helpBaseUrl + '/docs/user-guide/two-factor-authentication'
} }
}; };