From 75a98c103cd4583d919f7cc96556afca28c66f67 Mon Sep 17 00:00:00 2001 From: Black-Thunder <972581+Black-Thunder@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:11:56 +0100 Subject: [PATCH] adapted settings dialog for responsive design (Please consider fixing issues detected by repository checker #816) --- admin/jsonConfig.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 5652ef9..d45839d 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -158,7 +158,12 @@ "type": "checkbox", "label": "Enable periodic polling", "newLine": true, - "tooltip": "Defines whether data should be periodically retrieved from MELCloud. Disable if not needed to reduce network traffic." + "tooltip": "Defines whether data should be periodically retrieved from MELCloud. Disable if not needed to reduce network traffic.", + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 }, "pollingInterval": { "type": "number", @@ -178,7 +183,12 @@ "type": "checkbox", "label": "Ignore SSL errors", "newLine": true, - "tooltip": "Defines whether to ignore SSL errors when communicating with the cloud. Only enable if you know what it means." + "tooltip": "Defines whether to ignore SSL errors when communicating with the cloud. Only enable if you know what it means.", + "xs": 12, + "sm": 12, + "md": 6, + "lg": 4, + "xl": 4 } } }