Browse Source

Merge branch 'master' of github.com:thingsboard/thingsboard

pull/4576/head
Igor Kulikov 5 years ago
parent
commit
527bc5e2c2
  1. 2
      ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-device-profile-transport-configuration.component.html
  2. 1
      ui-ngx/src/assets/locale/locale.constant-en_US.json

2
ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-device-profile-transport-configuration.component.html

@ -51,7 +51,7 @@
</section>
</ng-template>
</mat-tab>
<mat-tab label="{{ 'device-profile.lwm2m.bootstrap-tab' | translate }}">
<mat-tab label="{{ 'device-profile.lwm2m.servers' | translate }}">
<ng-template matTabContent>
<section [formGroup]="lwm2mDeviceProfileFormGroup">
<div class="mat-padding">

1
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -1234,7 +1234,6 @@
"required": " value is required.",
"mode": "Security config mode",
"pattern_hex_dec": "{ count, plural, 0 {must be hex decimal format} other {must be # characters} }",
"bootstrap-tab": "Bootstrap",
"servers": "Servers",
"short-id": "Short ID",
"short-id-tip": "Short Server ID",

Loading…
Cancel
Save