Skip to content

Commit

Permalink
add xl size attribute to jsonconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sickbart committed Jan 21, 2025
1 parent 542e051 commit 6c95425
Showing 1 changed file with 30 additions and 13 deletions.
43 changes: 30 additions & 13 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
"lg": 4,
"xl": 4
},
"password": {
"type": "password",
Expand All @@ -26,15 +27,17 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
"lg": 4,
"xl": 4
},
"api_host": {
"type": "text",
"label": "api_host",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
"lg": 4,
"xl": 4
},
"_test_login": {
"type": "panel",
Expand All @@ -56,6 +59,7 @@
"type": "panel",
"label": "login result",
"hidden": "!_alive || (!data._error && !data._login)",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
Expand Down Expand Up @@ -108,7 +112,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 6,
"xl": 6
},
"history_json_entries": {
"type": "number",
Expand All @@ -119,15 +124,17 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 6,
"xl": 6
},
"history_enable": {
"type": "checkbox",
"label": "enable event history as data points (deprecated)",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 6,
"xl": 6
},
"history_entries": {
"type": "number",
Expand All @@ -138,7 +145,8 @@
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 6,
"xl": 6
}
}
},
Expand All @@ -153,6 +161,7 @@
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"items": {
"_header_sureflap": {
"type": "header",
Expand All @@ -169,7 +178,8 @@
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12
"lg": 12,
"xl": 12
},
"sureflap_battery_empty": {
"type": "number",
Expand All @@ -181,7 +191,8 @@
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12
"lg": 12,
"xl": 12
}
}
},
Expand All @@ -192,6 +203,7 @@
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"items": {
"_header_surefeed": {
"type": "header",
Expand All @@ -208,7 +220,8 @@
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12
"lg": 12,
"xl": 12
},
"surefeed_battery_empty": {
"type": "number",
Expand All @@ -220,7 +233,8 @@
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12
"lg": 12,
"xl": 12
}
}
},
Expand All @@ -231,6 +245,7 @@
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"items": {
"_header_felaqua": {
"type": "header",
Expand All @@ -247,7 +262,8 @@
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12
"lg": 12,
"xl": 12
},
"felaqua_battery_empty": {
"type": "number",
Expand All @@ -259,7 +275,8 @@
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12
"lg": 12,
"xl": 12
}
}
}
Expand Down

0 comments on commit 6c95425

Please sign in to comment.