Browse Source

Merge pull request #12933 from ChantsovaEkaterina/improvement/added-link-to-help-page-for-timewindow-settings

Added link to help page for timewindow settings
pull/12936/head
Igor Kulikov 1 year ago
committed by GitHub
parent
commit
ef9a60bc2d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/shared/components/time/timewindow-config-dialog.component.html
  2. 1
      ui-ngx/src/app/shared/models/constants.ts

2
ui-ngx/src/app/shared/components/time/timewindow-config-dialog.component.html

@ -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">

1
ui-ngx/src/app/shared/models/constants.ts

@ -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 */

Loading…
Cancel
Save