Merge pull request #11290 from maxunbearable/fix/4062-device-profile-collapsed-state

Fixed Device Profile LwM2M Server information collapsed state view
This commit is contained in:
Igor Kulikov 2024-07-26 16:46:29 +03:00 committed by GitHub
commit 5cb7e197b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
<div fxLayout="row" fxFlex fxLayoutAlign="start center">
<div style="min-width:150px">{{ (serverFormGroup.get('bootstrapServerIs').value ?
'device-profile.lwm2m.bootstrap-server' : 'device-profile.lwm2m.lwm2m-server') | translate }}</div>
<div *ngIf="!serverPanel.expanded" fxLayout="row" style="font-size:14px">
<div *ngIf="!serverPanel.expanded" fxLayout="row" style="font-size:14px" class="no-wrap">
<div style="margin-left:32px">{{ ('device-profile.lwm2m.short-id' | translate) + ': ' }}
<span style="font-style: italic">{{ serverFormGroup.get('shortServerId').value }}</span>
</div>