Fix error when sorting Job list by object.
[ganeti_webmgr.git] / ganeti_web / templates / ganeti / virtual_machine / edit_hvm.html
blob297d5a3a06b172d918ce21f3db81409a2471f4fe
1 {% extends "ganeti/virtual_machine/edit_base.html" %}
2 {% load webmgr_tags %}
4 {% block beparams %}
5 {% vmfield form.disk_type %}
6 {% vmfield form.nic_type %}
7 {% endblock %}
9 {% block hvparams %}
10 {% vmfield form.boot_order %}
11 {% vmfield form.cdrom_image_path %}
12 {% vmfield form.acpi %}
13 {% vmfield form.use_localtime %}
14 {% vmfield form.vnc_bind_address %}
15 {% endblock %}
17 {% block helptips %}
18 {% include "ganeti/helptips/vm_edit_hvm.html" %}
19 {% endblock %}