mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Settings, "Show cards count" max value now endless
- there could be users who want to enter moren than 99
This commit is contained in:
parent
b79fc53265
commit
40907ef1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ template(name="changeSettingsPopup")
|
|||
label.bold.clear
|
||||
i.fa.fa-sort-numeric-asc
|
||||
| {{_ 'show-cards-minimum-count'}}
|
||||
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="0" max="99")
|
||||
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="0")
|
||||
label.bold.clear
|
||||
i.fa.fa-calendar
|
||||
| {{_ 'start-day-of-week'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue