Skip to content

Commit

Permalink
adapted settings dialog for responsive design (Please consider fixing…
Browse files Browse the repository at this point in the history
… issues detected by repository checker #816)
  • Loading branch information
Black-Thunder committed Nov 4, 2024
1 parent daa35de commit 75a98c1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
}
}
}
Expand Down

0 comments on commit 75a98c1

Please sign in to comment.