From dc586096d8414b95a5122103509c08ad726b22de Mon Sep 17 00:00:00 2001 From: simatec <39792461+simatec@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:25:10 +0200 Subject: [PATCH] (simatec) Responsive design added --- admin/jsonConfig.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index ec7980c7..179e5109 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -6,13 +6,16 @@ "newLine": true, "type": "text", "label": "Server Address", + "xs": 12, "sm": 12, "md": 4, - "lg": 3 + "lg": 3, + "xl": 3 }, "pollInterval": { "type": "number", "label": "Poll Interval (sec.)", + "xs": 12, "sm": 12, "md": 4, "lg": 3 @@ -21,17 +24,21 @@ "newLine": true, "type": "text", "label": "User", + "xs": 12, "sm": 12, "md": 4, - "lg": 3 + "lg": 3, + "xl": 3 }, "password": { "type": "password", "label": "Password", "repeat": true, + "xs": 12, "sm": 12, "md": 8, - "lg": 6 + "lg": 6, + "xl": 6 } } } \ No newline at end of file