Browse Source

Merge pull request #13171 from ChantsovaEkaterina/bug/timewindow-no-timezone-selection-in-widget-settings

Added timezone selection in widget settings timewindow
pull/13181/head
Igor Kulikov 1 year ago
committed by GitHub
parent
commit
447bcd786d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      ui-ngx/src/app/modules/home/components/widget/config/timewindow-config-panel.component.html

1
ui-ngx/src/app/modules/home/components/widget/config/timewindow-config-panel.component.html

@ -33,6 +33,7 @@
noMargin
isEdit="true"
alwaysDisplayTypePrefix
timezone="true"
[historyOnly]="onlyHistoryTimewindow"
quickIntervalOnly="{{ widgetType === widgetTypes.latest }}"
aggregation="{{ widgetType === widgetTypes.timeseries }}"

Loading…
Cancel
Save