diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/rpc/led-indicator.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/rpc/led-indicator.component.html index e69a291aed..b14bda6244 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/rpc/led-indicator.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/lib/rpc/led-indicator.component.html @@ -16,13 +16,13 @@ -->
-
+
{{title}}
diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/rpc/round-switch.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/rpc/round-switch.component.html index ef7fd496ac..f03ad1d4f5 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/rpc/round-switch.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/lib/rpc/round-switch.component.html @@ -16,13 +16,13 @@ -->
-
+
{{title}}
diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/rpc/switch.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/rpc/switch.component.html index 0f994b2a1d..db09786aa9 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/rpc/switch.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/lib/rpc/switch.component.html @@ -19,13 +19,13 @@
{{ error }}
-
+
{{title}}
diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/value-source.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/value-source.component.html index 5486996a45..369be37bba 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/value-source.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/value-source.component.html @@ -17,7 +17,7 @@ -->
- + {{ 'widgets.value-source.predefined-value' | translate }} diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/settings/input/update-multiple-attributes-key-settings.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/settings/input/update-multiple-attributes-key-settings.component.html index b3ef2f9358..93c53c27ec 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/settings/input/update-multiple-attributes-key-settings.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/input/update-multiple-attributes-key-settings.component.html @@ -22,7 +22,7 @@
widgets.input-widgets.general-settings
- + widgets.input-widgets.datakey-type @@ -36,7 +36,7 @@ - + widgets.input-widgets.datakey-value-type @@ -79,7 +79,7 @@ {{ 'widgets.input-widgets.value-is-required' | translate }}
- + widgets.input-widgets.ability-to-edit-attribute @@ -93,14 +93,14 @@ - + widgets.input-widgets.disable-on-datakey-name
- + widgets.input-widgets.field-appearance @@ -111,7 +111,7 @@ - + widgets.input-widgets.subscript-sizing diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/settings/input/update-multiple-attributes-widget-settings.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/settings/input/update-multiple-attributes-widget-settings.component.html index 30ab7a6273..8b501c9d75 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/settings/input/update-multiple-attributes-widget-settings.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/input/update-multiple-attributes-widget-settings.component.html @@ -62,10 +62,10 @@
widgets.input-widgets.group-settings
- + {{ 'widgets.input-widgets.show-group-title' | translate }} - + widgets.input-widgets.group-title @@ -74,7 +74,7 @@
widgets.input-widgets.layout
- + widgets.input-widgets.fields-alignment @@ -85,17 +85,17 @@ - + widgets.input-widgets.fields-in-row
- + widgets.input-widgets.row-gap - + widgets.input-widgets.column-gap diff --git a/ui-ngx/src/app/modules/home/pages/notification/rule/escalation-form.component.html b/ui-ngx/src/app/modules/home/pages/notification/rule/escalation-form.component.html index bcb87f9ac0..1f699c184b 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/rule/escalation-form.component.html +++ b/ui-ngx/src/app/modules/home/pages/notification/rule/escalation-form.component.html @@ -32,7 +32,7 @@
- + ota-update.title @@ -131,7 +131,7 @@
- + ota-update.checksum-algorithm @@ -147,7 +147,7 @@
- + ota-update.file-name diff --git a/ui-ngx/tailwind.config.js b/ui-ngx/tailwind.config.js index b14d21ddc2..9f79c3fa9e 100644 --- a/ui-ngx/tailwind.config.js +++ b/ui-ngx/tailwind.config.js @@ -132,6 +132,7 @@ module.exports = { '90%': '90%', '92%': '92%', '95%': '95%', + '100%': '100%', '1/2': '50%', '1/3': '33.333333%', '2/3': '66.666667%', @@ -152,6 +153,15 @@ module.exports = { '37.5': '9.375rem', '62.5': '15.625rem', '72.5': '18.125rem' + }, + maxHeight: { + '20%': '20%', + '30%': '30%', + '50%': '50%', + '60%': '60%', + '70%': '70%', + '80%': '80%', + '100%': '100%' } }, },