allow selection of ISO during creation and display ISO on vm details page

This commit is contained in:
Jordan Rodgers 2017-12-06 00:34:22 -05:00
parent a2278f59db
commit ba36af7dd5
5 changed files with 47 additions and 4 deletions

View file

@ -42,6 +42,10 @@
{% for disk in vm['disks'] %}
<li>{{ disk[0] }}: {{ disk[1] }}</li>
{% endfor %}
<li class="nav-header">ISO</li>
{% for iso in vm['isos'] %}
<li>{{ iso[1] }}</li>
{% endfor %}
</ul>
</div>
</div>