Work on configuration
This commit is contained in:
parent
75d93b2aad
commit
8017fbb90f
3 changed files with 16 additions and 24 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue