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:
commit
5cb7e197b7
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user