From dc63ce47aabdc5b7c96c852f80072f3f9fd8a3a1 Mon Sep 17 00:00:00 2001 From: Maksym Dudnik Date: Thu, 1 Jun 2023 11:00:42 +0300 Subject: [PATCH] fixes --- .../gateway-configuration.component.html | 275 +++++++++--------- 1 file changed, 135 insertions(+), 140 deletions(-) diff --git a/ui-ngx/src/app/shared/components/device/gateway-configuration.component.html b/ui-ngx/src/app/shared/components/device/gateway-configuration.component.html index 7d71010130..5ff405538f 100644 --- a/ui-ngx/src/app/shared/components/device/gateway-configuration.component.html +++ b/ui-ngx/src/app/shared/components/device/gateway-configuration.component.html @@ -34,23 +34,23 @@
{{ 'gateway.remote-configuration' | translate }} - info {{ 'gateway.remote-shell' | translate }} - info gateway.thingsboard-host - info_outlined @@ -72,8 +72,8 @@ {{'gateway.thingsboard-port-pattern' | translate }} - info_outlined @@ -98,8 +98,8 @@ {{'security.access-token-required' | translate}} - info_outlined @@ -110,8 +110,8 @@ {{'security.clientId-required' | translate}} - info_outlined @@ -122,8 +122,8 @@ {{'security.username-required' | translate}} - info_outlined @@ -134,8 +134,8 @@ {{'security.password-required' | translate}} - info_outlined @@ -185,8 +185,8 @@ {{'gateway.logs.date-format-required' | translate }} - info_outlined @@ -196,95 +196,93 @@ {{'gateway.logs.log-format-required' | translate }} - info_outlined - - - {{'gateway.logs.remote' | translate}} - {{'gateway.logs.local' | translate}} - -
- - {{ 'gateway.logs.remote-logs' | translate }} - info - - - - gateway.logs.level - - {{logLevel}} - - -
-
- - - {{ logConfig.value }} - - -
- - gateway.logs.level - - {{logLevel}} - - - - gateway.logs.file-path - - - {{'gateway.logs.file-path-required' | translate }} - - - - gateway.logs.saving-period - - - {{'gateway.logs.saving-period-required' | translate }} - - - {{'gateway.logs.saving-period-min' | translate }} - - - - - - - {{period.value | translate}} - - - - - gateway.logs.backup-count - - - {{'gateway.logs.backup-count-required' | translate }} - - - {{'gateway.logs.backup-count-min' | translate }} - - info_outlined - - -
-
+
+ + + + gateway.logs.remote + + + {{ 'gateway.logs.remote-logs' | translate }} + info + + + + gateway.logs.level + + {{logLevel}} + + + + + + gateway.logs.local + + + + {{ logConfig.value }} + + +
+ + gateway.logs.level + + {{logLevel}} + + + + gateway.logs.file-path + + + {{'gateway.logs.file-path-required' | translate }} + + + + gateway.logs.saving-period + + + {{'gateway.logs.saving-period-required' | translate }} + + + {{'gateway.logs.saving-period-min' | translate }} + + + + + + + {{period.value | translate}} + + + + + gateway.logs.backup-count + + + {{'gateway.logs.backup-count-required' | translate }} + + + {{'gateway.logs.backup-count-min' | translate }} + + info_outlined + +
@@ -322,8 +320,8 @@ {{'gateway.storage-read-record-count-pattern' | translate}} - info_outlined @@ -340,8 +338,8 @@ {{'gateway.storage-max-records-pattern' | translate}} - info_outlined @@ -352,8 +350,8 @@ {{'gateway.storage-data-folder-path-required' | translate}} - info_outlined @@ -370,8 +368,8 @@ {{'gateway.storage-max-files-pattern' | translate}} - info_outlined @@ -388,8 +386,8 @@ {{'gateway.storage-max-read-record-count-pattern' | translate}} - info_outlined @@ -406,8 +404,8 @@ {{'gateway.storage-max-records-pattern' | translate}} - info_outlined @@ -418,8 +416,8 @@ {{'gateway.storage-path-required' | translate}} - info_outlined @@ -436,8 +434,8 @@ {{'gateway.messages-ttl-check-in-hours-pattern' | translate}} - info_outlined @@ -454,8 +452,8 @@ {{'gateway.messages-ttl-in-days-pattern' | translate}} - info_outlined @@ -605,8 +603,8 @@ *ngIf="commandControl.get('attributeOnGateway').hasError('required')"> {{'gateway.statistics.attribute-name-required' | translate }} - info_outlined @@ -625,8 +623,8 @@ *ngIf="commandControl.get('timeout').hasError('pattern')"> {{'gateway.statistics.timeout-pattern' | translate }} - info_outlined @@ -637,8 +635,8 @@ *ngIf="commandControl.get('command').hasError('required')"> {{'gateway.statistics.command-required' | translate }} - info_outlined @@ -653,7 +651,6 @@