Browse Source
Merge pull request #12664 from vvlladd28/bug/liquid-level/shape-settings
Fixed incorrect shape layout settings in liquid level widget
pull/12671/head
Viacheslav Klimov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
ui-ngx/src/app/modules/home/components/widget/config/basic/indicator/liquid-level-card-basic-config.component.html
-
ui-ngx/src/app/modules/home/components/widget/lib/settings/indicator/liquid-level-card-widget-settings.component.html
|
|
|
@ -63,7 +63,7 @@ |
|
|
|
</tb-color-input> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="tb-form-row space-between flex-1 flex-col"> |
|
|
|
<div class="tb-form-row space-between flex-1 !flex-col"> |
|
|
|
<div class="tb-flex row space-between align-center no-gap fill-width"> |
|
|
|
<div class="fixed-title-width" translate>widgets.liquid-level-card.shape</div> |
|
|
|
<tb-toggle-select formControlName="tankSelectionType"> |
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
<ng-container *ngIf="levelCardWidgetSettingsForm" [formGroup]="levelCardWidgetSettingsForm"> |
|
|
|
<div class="tb-form-panel no-padding no-border"> |
|
|
|
<div class="tb-form-panel"> |
|
|
|
<div class="tb-form-row space-between flex flex-1 flex-col"> |
|
|
|
<div class="tb-form-row space-between flex flex-1 !flex-col"> |
|
|
|
<div class="tb-flex row space-between align-center no-gap fill-width"> |
|
|
|
<div class="fixed-title-width" translate>widgets.liquid-level-card.shape</div> |
|
|
|
<tb-toggle-select formControlName="tankSelectionType"> |
|
|
|
|