mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
New option to set up minimum limit to show cards count for each list in board
This commit is contained in:
parent
1ad4107201
commit
606dbbbbf2
7 changed files with 53 additions and 0 deletions
|
|
@ -72,3 +72,8 @@ template(name="changeSettingsPopup")
|
|||
| {{_ 'hide-system-messages'}}
|
||||
if hiddenSystemMessages
|
||||
i.fa.fa-check
|
||||
li
|
||||
label.bold
|
||||
| {{_ 'show-cards-minimum-count'}}
|
||||
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="1" max="99" onkeydown="return false")
|
||||
input.js-apply-show-cards-at.left(type="submit" value="{{_ 'apply'}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue