UI: not apply range previously selected by user if range option was not applied (another last/relative option selected)
This commit is contained in:
parent
7a169178bc
commit
28ee8f7609
@ -294,7 +294,8 @@ export class TimewindowPanelComponent extends PageComponent implements OnInit, O
|
||||
disabled: hideAggInterval
|
||||
}],
|
||||
fixedTimewindow: [{
|
||||
value: isDefined(history?.fixedTimewindow) ? history.fixedTimewindow : null,
|
||||
value: isDefined(history?.fixedTimewindow) && this.timewindow.selectedTab === TimewindowType.HISTORY
|
||||
&& history.historyType === HistoryWindowType.FIXED ? history.fixedTimewindow : null,
|
||||
disabled: history.hideInterval || history.hideFixedInterval
|
||||
}],
|
||||
quickInterval: [{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user