1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Rearrange host resources variables and change variable names

This commit is contained in:
catborise 2019-09-10 16:05:23 +03:00
parent 828a271789
commit d22aed5ef7
4 changed files with 23 additions and 18 deletions

View file

@ -28,7 +28,7 @@
<label class="col-sm-3 control-label">{% trans "Storage" %}</label>
<div class="col-sm-4">
<select name="storage" class="form-control image-format">
{% for storage in storages %}
{% for storage in storages_host %}
<option value="{{ storage }}">{{ storage }}</option>
{% endfor %}
</select>