@if (timewindowForm.get('selectedTab').value === timewindowTypes.REALTIME) {
}
@if (timewindowForm.get('selectedTab').value === timewindowTypes.HISTORY) {
}
@if (aggregation) {
@if (timewindowForm.get('aggregation.type').value === aggregationTypes.NONE) {
}
}
@if (showSaveAsDefault) {
}