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 9a2c2dd commit 09f1147
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"disabled": "data.localConnection",
"xs": 12,
"sm": 12,
"md": 8,
"md": 6,
"lg": 4,
"xl": 4,
"help": "Get the Token ID from Solax",
Expand All @@ -24,7 +24,7 @@
"disabled": "data.localConnection'",
"xs": 12,
"sm": 12,
"md": 8,
"md": 6,
"lg": 4,
"xl": 4,
"help": "serial Number",
Expand Down Expand Up @@ -52,7 +52,7 @@
"disabled": "!data.localConnection",
"xs": 12,
"sm": 12,
"md": 8,
"md": 6,
"lg": 4,
"xl": 4,
"help": "Local IP Wifi Pocket Stick",
Expand Down Expand Up @@ -168,7 +168,7 @@
"hidden": "data.systemGeoData",
"xs": 12,
"sm": 12,
"md": 8,
"md": 6,
"lg": 4,
"xl": 4,
"help": "longitude",
Expand Down Expand Up @@ -204,8 +204,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 8,
"xl": 8
"lg": 6,
"xl": 6
},
"localConnection": {
"newLine": true,
Expand All @@ -223,8 +223,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 8,
"xl": 8
"lg": 6,
"xl": 6
},
"_helpLink": {
"type": "staticLink",
Expand All @@ -236,7 +236,10 @@
"href": "https://github.com/simatec/ioBroker.solax/blob/master/README.md#experteneinstellungen",
"newLine": true,
"xs": 12,
"sm": 12
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"_helpLine2": {
"newLine": true,
Expand Down

0 comments on commit 09f1147

Please sign in to comment.