Browse Source
Merge pull request #4525 from vvlladd28/improvement/lwm2m/rename-tab
UI: Rename LWM2M tab name
pull/4572/head
Vladyslav
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
2 deletions
-
ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-device-profile-transport-configuration.component.html
-
ui-ngx/src/assets/locale/locale.constant-en_US.json
|
|
|
@ -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"> |
|
|
|
|
|
|
|
@ -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", |
|
|
|
|