mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
Add list constraint support in set-width popup
This commit is contained in:
parent
fb34dd6114
commit
efe50a65ee
3 changed files with 40 additions and 3 deletions
|
|
@ -191,6 +191,7 @@ template(name="setListWidthPopup")
|
|||
label {{_ 'set-list-width-value'}}
|
||||
p
|
||||
input.list-width-value(type="number" value="{{ listWidthValue }}" min="100")
|
||||
input.list-constraint-value(type="number" value="{{ listConstraintValue }}" min="100")
|
||||
input.list-width-apply(type="submit" value="{{_ 'apply'}}")
|
||||
input.list-width-error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue