mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
volume filename extensions reorganized.
This commit is contained in:
parent
4769c5cf1b
commit
b7150a1fae
1 changed files with 2 additions and 2 deletions
|
@ -416,8 +416,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<select name="extension" class="form-control image-format">
|
<select name="extension" class="form-control image-format">
|
||||||
{% for format in formats %}
|
{% for extension in extensions %}
|
||||||
<option value="{{ format }}" {% if format == default_format %}selected{% endif %}>{% trans format %}</option>
|
<option value="{{ extension }}" {% if extension == default_extension %}selected{% endif %}>{% trans extension %}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue