Merge pull request #13552 from ChantsovaEkaterina/bug/timewindow-history-range-default-selection
Make last day selection default in Range (Time window History)
This commit is contained in:
		
						commit
						1eea7e71ec
					
				@ -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