Work on configuration

This commit is contained in:
Modulos 2017-05-13 10:00:07 +02:00
commit 8017fbb90f
3 changed files with 16 additions and 24 deletions

View file

@ -27,9 +27,10 @@
<div class="form-group">
Select VM Configuration:
<select name="vm_image_id">
<option value="-1" selected> None </option>
{% for image in images %}
<option value="{{image.id}}">{{image.name}} </option>
<option value="{{image.id}}"> {{image.name}} </option>
{% endfor %}
</select>