Skip to content

Commit

Permalink
Fixed issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2016 committed Nov 25, 2024
1 parent b87bee6 commit e305509
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
35 changes: 28 additions & 7 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,66 @@
"username": {
"type": "text",
"label": "username",
"xs": 12,
"sm": 12,
"md": 3
"md": 6,
"lg": 4,
"xl": 4
},
"password": {
"type": "password",
"label": "password",
"xs": 12,
"sm": 12,
"md": 3
"md": 6,
"lg": 4,
"xl": 4
},
"pollinterval": {
"type": "number",
"label": "refreshInterval",
"xs": 12,
"sm": 12,
"md": 3
"md": 6,
"lg": 4,
"xl": 4
},
"automaticRefreshEnabled": {
"type": "checkbox",
"label": "automaticRefreshEnabled",
"xs": 12,
"sm": 12,
"md": 3
"md": 6,
"lg": 4,
"xl": 4
},
"appVersion": {
"type": "text",
"label": "appVersion",
"xs": 12,
"sm": 12,
"md": 4
"md": 6,
"lg": 4,
"xl": 4
},
"appVersionFromGithub": {
"type": "text",
"label": "appVersionFromGithub",
"readOnly": true,
"xs": 12,
"sm": 12,
"md": 4
"md": 6,
"lg": 4,
"xl": 4
},
"useAppVersionFromGithub": {
"type": "checkbox",
"label": "useAppVersionFromGithub",
"xs": 12,
"sm": 12,
"md": 4
"md": 6,
"lg": 4,
"xl": 4
}
}
}
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
Expand Down

0 comments on commit e305509

Please sign in to comment.