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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
ui-ngx/src/app/modules/home/components/widget/config/timewindow-config-panel.component.html
|
|
@ -33,6 +33,7 @@ |
|
|
noMargin |
|
|
noMargin |
|
|
isEdit="true" |
|
|
isEdit="true" |
|
|
alwaysDisplayTypePrefix |
|
|
alwaysDisplayTypePrefix |
|
|
|
|
|
timezone="true" |
|
|
[historyOnly]="onlyHistoryTimewindow" |
|
|
[historyOnly]="onlyHistoryTimewindow" |
|
|
quickIntervalOnly="{{ widgetType === widgetTypes.latest }}" |
|
|
quickIntervalOnly="{{ widgetType === widgetTypes.latest }}" |
|
|
aggregation="{{ widgetType === widgetTypes.timeseries }}" |
|
|
aggregation="{{ widgetType === widgetTypes.timeseries }}" |
|
|
|