mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-06 21:49:17 +00:00
Merge branch 'staging' into nightly
This commit is contained in:
@@ -117,6 +117,8 @@
|
||||
<select data-style="btn btn-light btn-sm" class="form-control" id="key_size" name="key_size" title="{{ lang.admin.dkim_key_length }}" required>
|
||||
<option data-subtext="bits">1024</option>
|
||||
<option data-subtext="bits">2048</option>
|
||||
<option data-subtext="bits">3072</option>
|
||||
<option data-subtext="bits">4096</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -103,6 +103,8 @@
|
||||
<select data-style="btn btn-light" class="form-control" id="key_size" name="key_size">
|
||||
<option value="1024" data-subtext="bits" {% if template.attributes.key_size == 1024 %} selected{% endif %}>1024</option>
|
||||
<option value="2048" data-subtext="bits" {% if template.attributes.key_size == 2048 %} selected{% endif %}>2048</option>
|
||||
<option value="3072" data-subtext="bits" {% if template.attributes.key_size == 3072 %} selected{% endif %}>3072</option>
|
||||
<option value="4096" data-subtext="bits" {% if template.attributes.key_size == 4096 %} selected{% endif %}>4096</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -493,6 +493,8 @@
|
||||
<select data-style="btn btn-light" class="form-control" id="key_size" name="key_size">
|
||||
<option data-subtext="bits" value="1024">1024</option>
|
||||
<option data-subtext="bits" value="2048" selected>2048</option>
|
||||
<option data-subtext="bits" value="3072">3072</option>
|
||||
<option data-subtext="bits" value="4096">4096</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -631,6 +633,8 @@
|
||||
<select data-style="btn btn-light" class="form-control" id="key_size" name="key_size">
|
||||
<option data-subtext="bits">1024</option>
|
||||
<option data-subtext="bits" selected>2048</option>
|
||||
<option data-subtext="bits">3072</option>
|
||||
<option data-subtext="bits">4096</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -846,6 +850,8 @@
|
||||
<select data-style="btn btn-light" class="form-control" id="key_size2" name="key_size">
|
||||
<option data-subtext="bits">1024</option>
|
||||
<option data-subtext="bits" selected>2048</option>
|
||||
<option data-subtext="bits">3072</option>
|
||||
<option data-subtext="bits">4096</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user