Skip to content

Commit 655c39f

Browse files
committed
(simatec) Design Fix
1 parent d9daa5f commit 655c39f

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ When you allow iobroker GmbH to collect diagnostic data, then also your installa
6565
* (simatec) Error handling for GoogleDrive fix
6666
* (simatec) globalDependencies updated
6767
* (simatec) Dependencies updated
68+
* (simatec) Design Fix
6869

6970
### 3.0.31 (2024-11-30)
7071
* (simatec) Fix Tab Menu

admin/ccu.jsonConfig.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"xs": 12,
3030
"sm": 9,
3131
"md": 6,
32-
"lg": 3
32+
"lg": 6
3333
},
3434
"detectNow": {
3535
"hidden": "data.ccuMulti",
@@ -44,7 +44,7 @@
4444
"xs": 12,
4545
"sm": 9,
4646
"md": 6,
47-
"lg": 3
47+
"lg": 6
4848
},
4949
"_helpLine1": {
5050
"newLine": true,

admin/history.jsonConfig.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"xs": 12,
2929
"sm": 9,
3030
"md": 6,
31-
"lg": 3
31+
"lg": 6
3232
},
3333
"_helpLine1": {
3434
"newLine": true,

admin/influxdb.jsonConfig.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"xs": 12,
3030
"sm": 9,
3131
"md": 6,
32-
"lg": 3
32+
"lg": 6
3333
},
3434
"_helpLine1": {
3535
"hidden": "data.influxDBMulti",

admin/iob.jsonConfig.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"xs": 12,
3030
"sm": 9,
3131
"md": 6,
32-
"lg": 3,
32+
"lg": 6,
3333
},
3434
"_helpLine1": {
3535
"newLine": true,

admin/mysql.jsonConfig.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"xs":12,
3030
"sm": 9,
3131
"md": 6,
32-
"lg": 3
32+
"lg": 6
3333
},
3434
"_helpLine1": {
3535
"hidden": "data.mySqlMulti",

admin/pgsql.jsonConfig.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"xs": 12,
3030
"sm": 9,
3131
"md": 6,
32-
"lg": 3
32+
"lg": 6
3333
},
3434
"_helpLine1": {
3535
"hidden": "data.pgSqlMulti",

admin/sqlite.jsonConfig.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"xs": 12,
2929
"sm": 9,
3030
"md": 6,
31-
"lg": 4,
31+
"lg": 6,
3232
},
3333
"_helpLine1": {
3434
"newLine": true,

0 commit comments

Comments
 (0)