Added link to help page for timewindow settings

This commit is contained in:
Ekaterina Chantsova 2025-03-14 12:11:31 +02:00
parent b7a0a800dd
commit 76c400f5f4
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<mat-toolbar color="primary">
<h2>{{ 'timewindow.timewindow-settings' | translate }}</h2>
<span class="flex-1"></span>
<!-- <div tb-help="#"></div>-->
<div tb-help="timewindowSettings"></div>
<button mat-icon-button
(click)="cancel()"
type="button">

View File

@ -197,6 +197,7 @@ export const HelpLinks = {
mobileBundle: `${helpBaseUrl}/docs${docPlatformPrefix}/mobile-center/mobile-center/`,
mobileQrCode: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/ui/mobile-qr-code/`,
calculatedField: `${helpBaseUrl}/docs${docPlatformPrefix}/`,
timewindowSettings: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/dashboards/#time-window`,
}
};
/* eslint-enable max-len */