{% extends "base.html" %} {% block content %}

VM Configuration

Source: {{ source_filename }}

VM Settings
{% if storage_pools %} {% else %} {% endif %}
Disks Found
{% for d in disks %} {% endfor %}
Boot Filename Format Size Resize
{{ d.filename }} {{ d.format }} {{ d.size_gb }} GB
TIP: The disk with the operating system should be the boot disk. Data disks will be attached as additional drives.
{% endblock %}