Browse Source

UI: Fixed alarm datasource layout

pull/8341/head
Vladyslav_Prykhodko 3 years ago
parent
commit
b86fc8ced9
  1. 2
      ui-ngx/src/app/modules/home/components/widget/widget-config.component.html

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

@ -271,7 +271,7 @@
{{ 'widget-config.alarm-source' | translate }}
</mat-panel-title>
</mat-expansion-panel-header>
<div [formGroup]="alarmSourceSettings" style="padding: 0 5px;">
<div class="tb-datasource-params" [formGroup]="alarmSourceSettings">
<section class="tb-datasource-section">
<mat-form-field class="tb-datasource-type">
<mat-select formControlName="type">

Loading…
Cancel
Save