Skip to content

Commit

Permalink
Fixes for issue #81 (added missing size attributes)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyHomeMyData committed Nov 16, 2024
1 parent b519e9a commit 2162a8d
Showing 1 changed file with 30 additions and 9 deletions.
39 changes: 30 additions & 9 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"newLine": true
},
"canExtName": {
"xs": 2,
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2,
Expand All @@ -60,7 +60,7 @@
"newLine": false
},
"canExtActivated": {
"xs": 4,
"xs": 12,
"sm": 4,
"md": 4,
"lg": 4,
Expand All @@ -78,7 +78,7 @@
"newLine": true
},
"canIntName": {
"xs": 2,
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2,
Expand All @@ -89,7 +89,7 @@
"newLine": false
},
"canIntActivated": {
"xs": 4,
"xs": 12,
"sm": 4,
"md": 4,
"lg": 4,
Expand Down Expand Up @@ -195,6 +195,8 @@
"useNative": true,
"hidden": "!_alive",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
Expand All @@ -204,6 +206,8 @@
"type": "table",
"uniqueColumns": ["devStateName"],
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
Expand Down Expand Up @@ -298,11 +302,18 @@
},
"hidden": "!_alive",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"tableUdsDidsSelDev": {
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"type": "selectSendTo",
"label": "Select device",
"jsonData": "{}",
Expand All @@ -323,6 +334,8 @@
"useNative": true,
"showProcess": true,
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
Expand All @@ -331,6 +344,8 @@
"tableUdsDids": {
"type": "table",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
Expand Down Expand Up @@ -443,7 +458,7 @@
"newLine": true
},
"e380Name": {
"xs": 2,
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2,
Expand All @@ -455,7 +470,7 @@
"newLine": false
},
"e380Delay": {
"xs": 2,
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2,
Expand All @@ -468,7 +483,7 @@
"newLine": false
},
"e3100cbActive": {
"xs": 2,
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2,
Expand All @@ -480,7 +495,7 @@
"newLine": true
},
"e3100cbName": {
"xs": 2,
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2,
Expand All @@ -492,7 +507,7 @@
"newLine": false
},
"e3100cbDelay": {
"xs": 2,
"xs": 12,
"sm": 2,
"md": 2,
"lg": 2,
Expand Down Expand Up @@ -552,6 +567,8 @@
"tableCollectCanExt": {
"type": "table",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
Expand Down Expand Up @@ -609,6 +626,8 @@
"tableUdsSchedules": {
"type": "table",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
Expand Down Expand Up @@ -727,6 +746,8 @@
"tableCollectCanInt": {
"type": "table",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
Expand Down

0 comments on commit 2162a8d

Please sign in to comment.