Skip to content

Commit

Permalink
(simatec) Responsive design added
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec authored Oct 23, 2024
1 parent a0500ed commit dc58609
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
}
}

0 comments on commit dc58609

Please sign in to comment.