mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Show option b) -1 for disabling swimlane height at swimlane height popup.
Thanks to xet7 !
This commit is contained in:
parent
950b477d9d
commit
ab40737211
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ template(name="setSwimlaneColorPopup")
|
|||
|
||||
template(name="setSwimlaneHeightPopup")
|
||||
#js-swimlane-height-edit
|
||||
label {{_ 'set-swimlane-height-value'}}
|
||||
label a) {{_ 'set-swimlane-height-value'}}
|
||||
label b) -1
|
||||
p
|
||||
input.swimlane-height-value(type="number" value="{{ swimlaneHeightValue }}" min="100")
|
||||
input.swimlane-height-apply(type="submit" value="{{_ 'apply'}}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue