Skip to content

Commit

Permalink
(simatec) small Design fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Nov 4, 2024
1 parent 0ba4182 commit 9a2c2dd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ When the adapter crashes or an other Code error happens, this error message that
<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
* (simatec) Dependencies updated
* (simatec) small Design fix

### 0.9.12 (2024-09-26)
* (simatec) Fix for Admin 7.1.5
Expand Down
46 changes: 36 additions & 10 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"sm": 12,
"md": 8,
"lg": 4,
"xl": 4,
"help": "Get the Token ID from Solax",
"helpLink": "https://www.eu.solaxcloud.com/#/api",
"type": "password",
Expand All @@ -25,6 +26,7 @@
"sm": 12,
"md": 8,
"lg": 4,
"xl": 4,
"help": "serial Number",
"type": "text",
"label": "serial Number"
Expand All @@ -37,6 +39,7 @@
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"min": 1,
"max": 120,
"help": "Request Interval (minutes)",
Expand All @@ -51,6 +54,7 @@
"sm": 12,
"md": 8,
"lg": 4,
"xl": 4,
"help": "Local IP Wifi Pocket Stick",
"type": "text",
"label": "Local IP Wifi Pocket Stick"
Expand All @@ -65,6 +69,7 @@
"sm": 12,
"md": 8,
"lg": 4,
"xl": 4,
"help": "Webinterface Password Wifi Pocket Stick",
"type": "password",
"label": "Webinterface Password Wifi Pocket Stick"
Expand All @@ -77,6 +82,7 @@
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"min": 1,
"max": 3600,
"default": 10,
Expand All @@ -92,6 +98,7 @@
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"min": 1,
"max": 100,
"default": 5,
Expand All @@ -105,6 +112,7 @@
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"min": 1,
"max": 365,
"default": 10,
Expand Down Expand Up @@ -132,7 +140,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
"lg": 4,
"xl": 4
},
"systemGeoData": {
"newLine": true,
Expand All @@ -141,7 +150,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
"lg": 4,
"xl": 4
},
"nightMode": {
"newLine": false,
Expand All @@ -150,7 +160,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
"lg": 4,
"xl": 4
},
"longitude": {
"newLine": true,
Expand All @@ -159,6 +170,7 @@
"sm": 12,
"md": 8,
"lg": 4,
"xl": 4,
"help": "longitude",
"type": "text",
"label": "longitude"
Expand All @@ -170,6 +182,7 @@
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"help": "latitude",
"type": "text",
"label": "latitude"
Expand All @@ -179,7 +192,10 @@
"type": "divider",
"color": "secondary",
"xs": 12,
"sm": 12
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"expertSettings": {
"newLine": true,
Expand All @@ -188,7 +204,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 8
"lg": 8,
"xl": 8
},
"localConnection": {
"newLine": true,
Expand All @@ -206,7 +223,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 8
"lg": 8,
"xl": 8
},
"_helpLink": {
"type": "staticLink",
Expand All @@ -225,14 +243,20 @@
"type": "divider",
"color": "secondary",
"xs": 12,
"sm": 12
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"_donateTxt": {
"type": "staticText",
"text": "If you like this project and would like to support its development, you are welcome to leave a donation.",
"newLine": true,
"xs": 12,
"sm": 12
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"_donate": {
"type": "staticImage",
Expand All @@ -244,7 +268,8 @@
"xs": 7,
"sm": 3,
"md": 3,
"lg": 1.2
"lg": 1.2,
"xl": 1.2
},
"_githubSponsor": {
"type": "staticImage",
Expand All @@ -255,7 +280,8 @@
"xs": 5,
"sm": 2,
"md": 2,
"lg": 0.8
"lg": 0.8,
"xl": 0.8
}
}
}

0 comments on commit 9a2c2dd

Please sign in to comment.