Skip to content

Commit

Permalink
Update jsonConfig.json with newLine, xs, sm, md, lg, and xl properties
Browse files Browse the repository at this point in the history
  • Loading branch information
DEV2DEV-DE committed Nov 6, 2024
1 parent 51dbc1f commit 7f9ef94
Showing 1 changed file with 41 additions and 9 deletions.
50 changes: 41 additions & 9 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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
}
}
}

0 comments on commit 7f9ef94

Please sign in to comment.