Add images as configuration
This commit is contained in:
parent
c816d280ee
commit
75d93b2aad
6 changed files with 108 additions and 46 deletions
|
|
@ -24,16 +24,16 @@
|
|||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
<!-- <div class="form-group">
|
||||
<div class="form-group">
|
||||
Select VM Configuration:
|
||||
<select name="configuration">
|
||||
{% for config in configuration_options %}
|
||||
<select name="vm_image_id">
|
||||
{% for image in images %}
|
||||
|
||||
<option value="{{config.0}}">{{config.1}} </option>
|
||||
<option value="{{image.id}}">{{image.name}} </option>
|
||||
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button class="btn btn-success" >{% trans "Start VM"%} </button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue