{% extends 'generic/object.html' %} {% load i18n %} {% block content %}
| {% trans "VM Type" %} | {{ vm_type|upper }} |
|---|---|
| {% trans "Node" %} | {{ node }} |
| {% trans "VMID" %} | {{ vmid }} |
| {% trans "Name" %} | {{ normalized.name }} |
| {% trans "CPU Cores" %} | {{ normalized.cores|default:"—" }} |
| {% trans "CPU Sockets" %} | {{ normalized.sockets|default:"—" }} |
| {% trans "Memory" %} | {{ normalized.memory }} |
| {% trans "OS Type" %} | {{ normalized.ostype }} |
| {% trans "Boot Order" %} | {{ normalized.boot }} |
| {% trans "Startup" %} | {{ normalized.startup }} |
| {% trans "Search Domain" %} | {{ normalized.searchdomain }} |
| {% trans "Start at Boot" %} | {% if normalized.start_at_boot is True %} {% trans "Enabled" %} {% elif normalized.start_at_boot is False %} {% trans "Disabled" %} {% else %} — {% endif %} |
| {% trans "Guest Agent" %} | {% if normalized.qemu_agent is True %} {% trans "Enabled" %} {% elif normalized.qemu_agent is False %} {% trans "Disabled" %} {% else %} — {% endif %} |
| {% trans "Tags" %} | {{ normalized.tags }} |
| {% trans "Description" %} | {{ normalized.description }} |
| {% trans "Key" %} | {% trans "Value" %} |
|---|---|
{{ key }} | {{ value }} |
| {% trans "No disk entries." %} | |
| {% trans "Key" %} | {% trans "Value" %} |
|---|---|
{{ key }} | {{ value }} |
| {% trans "No network entries." %} | |
{% trans "No config available." %}
{% else %}| {% trans "Key" %} | {% trans "Value" %} |
|---|---|
{{ key }} | {{ value }} |
| {% trans "No extra config keys." %} | |
{{ firewall_payload_json }}
{% else %}
{% trans "Firewall data unavailable." %}
{% endif %}{{ config_payload_json }}