Merge pull request #12933 from ChantsovaEkaterina/improvement/added-link-to-help-page-for-timewindow-settings
Added link to help page for timewindow settings
This commit is contained in:
commit
ef9a60bc2d
@ -19,7 +19,7 @@
|
|||||||
<mat-toolbar color="primary">
|
<mat-toolbar color="primary">
|
||||||
<h2>{{ 'timewindow.timewindow-settings' | translate }}</h2>
|
<h2>{{ 'timewindow.timewindow-settings' | translate }}</h2>
|
||||||
<span class="flex-1"></span>
|
<span class="flex-1"></span>
|
||||||
<!-- <div tb-help="#"></div>-->
|
<div tb-help="timewindowSettings"></div>
|
||||||
<button mat-icon-button
|
<button mat-icon-button
|
||||||
(click)="cancel()"
|
(click)="cancel()"
|
||||||
type="button">
|
type="button">
|
||||||
|
|||||||
@ -197,6 +197,7 @@ export const HelpLinks = {
|
|||||||
mobileBundle: `${helpBaseUrl}/docs${docPlatformPrefix}/mobile-center/mobile-center/`,
|
mobileBundle: `${helpBaseUrl}/docs${docPlatformPrefix}/mobile-center/mobile-center/`,
|
||||||
mobileQrCode: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/ui/mobile-qr-code/`,
|
mobileQrCode: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/ui/mobile-qr-code/`,
|
||||||
calculatedField: `${helpBaseUrl}/docs${docPlatformPrefix}/`,
|
calculatedField: `${helpBaseUrl}/docs${docPlatformPrefix}/`,
|
||||||
|
timewindowSettings: `${helpBaseUrl}/docs${docPlatformPrefix}/user-guide/dashboards/#time-window`,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
/* eslint-enable max-len */
|
/* eslint-enable max-len */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user