From 7f9ef945ebcbf2ff234cab812bb58a9db80f14fa Mon Sep 17 00:00:00 2001 From: DEV2DEV-DE Date: Wed, 6 Nov 2024 10:25:50 +0100 Subject: [PATCH] Update jsonConfig.json with newLine, xs, sm, md, lg, and xl properties --- admin/jsonConfig.json | 50 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 9 deletions(-) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 9f8f1a9..8c4a6cd 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -5,12 +5,22 @@ "username": { "type": "text", "label": "username", - "newLine": true + "newLine": true, + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 }, "password": { "type": "password", "label": "password", - "newLine": false + "newLine": false, + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 }, "pollInterval": { "type": "number", @@ -19,14 +29,21 @@ "min": 5, "max": 300, "default": 10, - "sm": 6, - "md": 4, - "lg": 3 + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 }, "logResponse": { "type": "checkbox", "label": "logResponse", - "newLine": true + "newLine": true, + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 }, "labelRead": { "type": "header", @@ -36,17 +53,32 @@ "readSections": { "type": "checkbox", "label": "sections", - "newLine": true + "newLine": true, + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 }, "readProgrammableGates": { "type": "checkbox", "label": "programmableGates", - "newLine": true + "newLine": true, + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 }, "readThermoDevices": { "type": "checkbox", "label": "thermoDevices", - "newLine": true + "newLine": true, + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 } } } \ No newline at end of file