Merge pull request #7824 from vvlladd28/bug/alarm-table/update-timewindow
Fixed incorrect updated timewindow in Alarm table
This commit is contained in:
commit
c12ab39ff4
@ -204,6 +204,7 @@ export class WidgetSubscription implements IWidgetSubscription {
|
||||
this.timeWindow = {};
|
||||
this.useDashboardTimewindow = options.useDashboardTimewindow;
|
||||
this.useTimewindow = true;
|
||||
this.onTimewindowChangeFunction = options.onTimewindowChangeFunction || ((timewindow) => timewindow);
|
||||
if (this.useDashboardTimewindow) {
|
||||
this.timeWindowConfig = deepClone(options.dashboardTimewindow);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user