From c94d5041a6b5c80e5f02a292332cbebf2928d0b6 Mon Sep 17 00:00:00 2001 From: rusikv Date: Mon, 27 Mar 2023 17:08:23 +0300 Subject: [PATCH] Moved sparkplug hint to string items list attribute, added subscriptSizing --- ...-profile-transport-configuration.component.html | 14 +++++++------- .../components/string-items-list.component.html | 2 +- .../components/string-items-list.component.ts | 5 ++++- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/profile/device/mqtt-device-profile-transport-configuration.component.html b/ui-ngx/src/app/modules/home/components/profile/device/mqtt-device-profile-transport-configuration.component.html index ecc9d1923d..ac91bf3de3 100644 --- a/ui-ngx/src/app/modules/home/components/profile/device/mqtt-device-profile-transport-configuration.component.html +++ b/ui-ngx/src/app/modules/home/components/profile/device/mqtt-device-profile-transport-configuration.component.html @@ -22,14 +22,14 @@
+ editable + label="{{ 'device-profile.mqtt-device-topic-filters-spark-plug-attribute-metric-names' | translate }}" + placeholder="{{'device-profile.mqtt-device-topic-filters-spark-plug-attribute-metric-names' | translate}}" + hint="{{ 'device-profile.mqtt-device-topic-filters-spark-plug-attribute-metric-names-hint' | translate }}" + floatLabel="always" + subscriptSizing="dynamic" + formControlName="sparkplugAttributesMetricNames"> -
diff --git a/ui-ngx/src/app/shared/components/string-items-list.component.html b/ui-ngx/src/app/shared/components/string-items-list.component.html index a3820211b6..f1f9f0d118 100644 --- a/ui-ngx/src/app/shared/components/string-items-list.component.html +++ b/ui-ngx/src/app/shared/components/string-items-list.component.html @@ -16,7 +16,7 @@ -->
- + {{ label }} { }; constructor(private fb: FormBuilder) {