From fc837f3f1bc3a9fc73c6a4775e6664e30c70bfd1 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Fri, 30 Apr 2021 12:50:40 +0300 Subject: [PATCH 1/4] UI: Rename LWM2M tab name --- .../lwm2m-device-profile-transport-configuration.component.html | 2 +- ui-ngx/src/assets/locale/locale.constant-en_US.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-device-profile-transport-configuration.component.html b/ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-device-profile-transport-configuration.component.html index 5363d05d74..a29605a527 100644 --- a/ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-device-profile-transport-configuration.component.html +++ b/ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-device-profile-transport-configuration.component.html @@ -51,7 +51,7 @@ - +
diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index 57727fa40f..5a9d90ebb2 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -1227,7 +1227,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", From 0dde6233b130601d55d785f8164e0771e91ec77e Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 13 May 2021 13:39:20 +0300 Subject: [PATCH 2/4] Improve dashboard image dialog - ability to set crop rectangle for dashboard screenshot --- .../dashboard-image-dialog.component.html | 30 ++++++++++-- .../dashboard-image-dialog.component.scss | 5 ++ .../dashboard-image-dialog.component.ts | 46 ++++++++++++++++++- 3 files changed, 75 insertions(+), 6 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-image-dialog.component.html b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-image-dialog.component.html index f37e2991f3..12d044f36b 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-image-dialog.component.html +++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-image-dialog.component.html @@ -28,10 +28,32 @@
-
-
-
{{ 'dashboard.no-image' | translate }}
- +
+
+ + Top % + + +
+ + Left % + + +
+
{{ 'dashboard.no-image' | translate }}
+ +
+ + Right % + + +
+ + Bottom % + + +
+
-