Timewindow: added empty option for default group interval selection
This commit is contained in:
parent
03636cfb05
commit
fc40266428
@ -32,6 +32,7 @@
|
|||||||
[subscriptSizing]="subscriptSizing" [appearance]="appearance">
|
[subscriptSizing]="subscriptSizing" [appearance]="appearance">
|
||||||
<mat-select formControlName="defaultAggInterval"
|
<mat-select formControlName="defaultAggInterval"
|
||||||
placeholder="{{ 'action.set' | translate }}">
|
placeholder="{{ 'action.set' | translate }}">
|
||||||
|
<mat-option>--</mat-option>
|
||||||
<mat-option *ngFor="let interval of selectedIntervals" [value]="interval.value">
|
<mat-option *ngFor="let interval of selectedIntervals" [value]="interval.value">
|
||||||
{{ interval.name | translate:interval.translateParams }}
|
{{ interval.name | translate:interval.translateParams }}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user