From 972b7d4eb0fdbcceaaa00d9245f47b96fcecf83a Mon Sep 17 00:00:00 2001 From: simatec <39792461+simatec@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:40:58 +0200 Subject: [PATCH] (simatec) Responsive for small screens added --- admin/jsonConfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 14163ee8..ca762132 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -9,6 +9,7 @@ "homematicAddress": { "type": "text", "label": "HomeMatic Address", + "xs": 12, "sm": 10, "md": 6, "lg": 4 @@ -16,6 +17,7 @@ "homematicPort": { "type": "port", "label": "HomeMatic Port", + "xs": 12, "sm": 2, "md": 2, "lg": 2, @@ -33,6 +35,7 @@ "newLine": true, "type": "ip", "label": "Adapter Address", + "xs": 12, "sm": 10, "md": 6, "lg": 4 @@ -42,6 +45,7 @@ "min": 0, "max": 65535, "label": "Adapter Port", + "xs": 12, "sm": 2, "md": 2, "lg": 2 @@ -76,6 +80,7 @@ "value": "Homegear" } ], + "xs": 12, "sm": 10, "md": 6, "lg": 4 @@ -93,6 +98,7 @@ "value": "bin" } ], + "xs": 12, "sm": 12, "md": 4, "lg": 2 @@ -101,6 +107,7 @@ "newLine": true, "type": "checkbox", "label": "Force objects re-init", + "xs": 12, "sm": 10, "md": 6, "lg": 4 @@ -114,6 +121,7 @@ "callbackAddress": { "type": "text", "label": "Adapter Callback Address", + "xs": 12, "sm": 10, "md": 6, "lg": 4 @@ -122,6 +130,7 @@ "newLine": true, "type": "number", "label": "Check communication interval", + "xs": 12, "help": "in seconds", "sm": 10, "md": 4, @@ -131,6 +140,7 @@ "type": "number", "label": "Reconnect interval", "help": "in seconds", + "xs": 12, "sm": 10, "md": 4, "lg": 2 @@ -139,6 +149,7 @@ "newLine": true, "type": "checkbox", "label": "Don't delete devices", + "xs": 12, "sm": 10, "md": 6, "lg": 4 @@ -147,6 +158,7 @@ "newLine": true, "type": "checkbox", "label": "Use https", + "xs": 12, "sm": 10, "md": 6, "lg": 4, @@ -162,6 +174,7 @@ "newLine": true, "type": "text", "label": "Username", + "xs": 12, "sm": 12, "md": 4, "lg": 4, @@ -172,6 +185,7 @@ "type": "password", "label": "Password", "hidden": "data.type === 'bin'", + "xs": 12, "sm": 6, "md": 4, "lg": 4 @@ -184,6 +198,7 @@ "items": { "_dm": { "type": "deviceManager", + "xs": 12, "sm": 12, "style": { "width": "100%",