Browse Source

UI: Fixed lwm2m device profile object configuration checkbox alignment

pull/13520/head
Vladyslav Prykhodko 1 year ago
parent
commit
b520dec8b2
  1. 6
      ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-observe-attr-telemetry-instances.component.scss
  2. 2
      ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-observe-attr-telemetry-resources.component.html

6
ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-observe-attr-telemetry-instances.component.scss

@ -31,4 +31,10 @@
.mat-expansion-panel-header-title {
margin-right: 0;
}
&::ng-deep {
.mat-content.mat-content-hide-toggle {
margin-right: 0;
}
}
}

2
ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-observe-attr-telemetry-resources.component.html

@ -49,7 +49,7 @@
</mat-checkbox>
</div>
<div class="flex max-w-10% flex-full items-center justify-center">
<mat-checkbox class="max-w-10% flex-full" formControlName="observe" color="primary"
<mat-checkbox formControlName="observe" color="primary"
matTooltip="{{ 'device-profile.lwm2m.edit-observe-select' | translate }}"
[matTooltipDisabled]="disabled || !isDisabledObserve($index)"
matTooltipPosition="above">

Loading…
Cancel
Save