Browse Source

Merge remote-tracking branch 'mtsymbarov/feat/propagated-option-alarm-count-widget' into feat/propagated-option-alarm-count-widget

pull/14339/head
dashevchenko 9 months ago
parent
commit
6a70c35dcf
  1. 1
      ui-ngx/src/app/modules/home/components/widget/config/datasource.component.html

1
ui-ngx/src/app/modules/home/components/widget/config/datasource.component.html

@ -37,7 +37,6 @@
datasourceFormGroup.get('type').value === datasourceType.entityCount ||
datasourceFormGroup.get('type').value === datasourceType.alarmCount ? datasourceFormGroup.get('type').value : ''">
<tb-alarm-filter-config *ngIf="datasourceFormGroup.get('type').value === datasourceType.alarmCount && !hideAlarmFilter"
propagatedFilter="false"
[initialAlarmFilterConfig]="{ statusList: [alarmSearchStatus.ACTIVE] }"
style="height: 56px; margin-bottom: 22px;"
formControlName="alarmFilterConfig"></tb-alarm-filter-config>

Loading…
Cancel
Save