mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Fix #2242: Make quotas adjustable in 50MiB increments
This commit is contained in:
parent
68bb8da2b7
commit
cf7404e26c
@ -21,7 +21,7 @@
|
||||
{%- endcall %}
|
||||
|
||||
{%- call macros.card(_("Features and quotas"), theme="success") %}
|
||||
{{ macros.form_field(form.quota_bytes, step=1000000000, max=(max_quota_bytes or domain.max_quota_bytes or 50*10**9), data_infinity="true",
|
||||
{{ macros.form_field(form.quota_bytes, step=50000000, max=(max_quota_bytes or domain.max_quota_bytes or 50*10**9), data_infinity="true",
|
||||
prepend='<span class="input-group-text"><span id="quota_bytes_value"></span> GB</span>') }}
|
||||
{{ macros.form_field(form.enable_imap) }}
|
||||
{{ macros.form_field(form.enable_pop) }}
|
||||
|
1
towncrier/newsfragments/2242.misc
Normal file
1
towncrier/newsfragments/2242.misc
Normal file
@ -0,0 +1 @@
|
||||
Make quotas adjustable in 50MiB increments
|
Loading…
Reference in New Issue
Block a user