Skip to content

Commit

Permalink
Merge pull request #397 from simatec/patch-1
Browse files Browse the repository at this point in the history
(simatec) Responsive for small screens added
  • Loading branch information
GermanBluefox authored Aug 26, 2024
2 parents 343ec5f + e5bfc0e commit 464603f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
"type": "header",
"text": "Connection settings",
"size": 3,
"xs": 12,
"sm": 12
},
"bind": {
"newLine": true,
"type": "ip",
"label": "IP",
"listenOnAllPorts": true,
"xs": 12,
"sm": 10,
"md": 8,
"lg": 3
Expand All @@ -22,6 +24,7 @@
"type": "number",
"min": 1,
"max": 65535,
"xs": 12,
"sm": 2,
"md": 2,
"lg": 1
Expand All @@ -32,6 +35,8 @@
"type": "number",
"min": 1,
"max": 99999,
"xs": 12,
"sm": 10,
"md": 2,
"lg": 1
},
Expand All @@ -40,17 +45,20 @@
"type": "header",
"text": "Authentication settings",
"size": 3,
"xs": 12,
"sm": 12
},
"user": {
"newLine": true,
"type": "text",
"label": "User",
"xs": 12,
"sm": 12,
"md": 4,
"lg": 2
},
"password": {
"xs": 12,
"sm": 12,
"md": 8,
"lg": 4,
Expand All @@ -63,26 +71,30 @@
"type": "header",
"text": "Auto creation of states",
"size": 3,
"xs": 12,
"sm": 12
},
"TELE_SENSOR": {
"newLine": true,
"type": "checkbox",
"label": "For tele/SENSOR",
"xs": 12,
"sm": 6,
"md": 3,
"lg": 2
},
"TELE_STATE": {
"type": "checkbox",
"label": "For tele/STATE",
"xs": 12,
"sm": 6,
"md": 3,
"lg": 2
},
"STAT_RESULT": {
"type": "checkbox",
"label": "For stat/RESULT",
"xs": 12,
"sm": 6,
"md": 3,
"lg": 2
Expand All @@ -91,6 +103,7 @@
"type": "checkbox",
"label": "Create object tree",
"help": "WARNING! Check README.md!",
"xs": 12,
"sm": 6,
"md": 3,
"lg": 2
Expand All @@ -100,12 +113,14 @@
"type": "header",
"text": "Other settings",
"size": 3,
"xs": 12,
"sm": 12
},
"ignorePings": {
"newLine": true,
"type": "checkbox",
"label": "Ignore warnings with pingreq",
"xs": 12,
"sm": 12
}
}
Expand Down

0 comments on commit 464603f

Please sign in to comment.