Skip to content

Commit

Permalink
update column sizes in admin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Oct 31, 2023
1 parent d3fe0b8 commit 1bf8b04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ If you like my work, please feel free to provide a personal donation
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
* (DutchmanNL) Migrate admin settings to JSON config. Fixes #211

### 0.5.13 (2023-10-31)
* (sbeh) Support more characters in login credentials fixes #117, #227

Expand Down
6 changes: 4 additions & 2 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"Username": {
"type": "text",
"label": "Your Discovergy Username",
"newLine": true
"newLine": true,
"sm": 3
},
"Password": {
"type": "password",
Expand All @@ -16,7 +17,8 @@
"intervall": {
"type": "number",
"label": "Seconds between data polling",
"sm": 1,
"newLine": true,
"sm": 3,
"default": 30,
"min" : 1,
"max": 1800
Expand Down

0 comments on commit 1bf8b04

Please sign in to comment.