{% load i18n %} {% load django_bootstrap5 %} {% load bootstrap_icons %}
{% trans 'Autostart' %}
{% trans "Autostart your instance when host server is power on " %} {% if instance.autostart == 0 %} {% trans "Enable" %} {% else %} {% trans "Disable" %} {% endif %}
{% trans 'Boot Order' %}
{% trans "Enable Boot Menu for your instance when it starts up " %} {% if instance.bootmenu == 0 %}
{% else %} {% endif %} {% else %} {% if instance.bootmenu == 0 %}**** {% trans "Please shutdown instance to modify boot menu" %} ****
{% endif %} {% endif %}{% trans "Instance Volume" %} {% include 'add_instance_volume.html' %}
{% trans "Device" %} | {% trans "Used" %} | {% trans "Capacity" %} | {% trans "Storage" %} | {% trans "Source" %} | {% trans "Action" %} | ||||
---|---|---|---|---|---|---|---|---|---|
{{ disk.dev }} | {% if disk.storage is None %}
{% trans "Error getting disk info" %}
|
{% else %}
{{ disk.used | filesizeformat}} | {{ disk.size | filesizeformat }} | {{ disk.storage }} | {{ disk.path }} | {% endif %}
{% trans "Add a network device" %} {% include 'add_instance_network_block.html' %}
{% trans 'Name' %} | {% trans 'Info' %} | {% trans 'Actions' %} | ||||||
---|---|---|---|---|---|---|---|---|
eth{{ forloop.counter0 }}({{ network.target|default:"no target" }}) |
{% trans 'MAC' %}
|
{% trans 'Filter' %}
|
{% trans 'Source' %}
|
|||||
{% trans 'IPv4' %}
|
{% trans 'IPv6' %}
|
{% trans 'Model' %}
|
||||||
{% if network.type == 'direct' %} {% trans 'In most configurations, macvtap does not work for host to guest network communication' %} {% endif %} |
{% trans "QoS Configuration" %}
{% trans "MAC" %}/{% trans "Direction" %} | {% trans "Average" %} | {% trans "Peak" %} | {% trans "Burst" %} | {% trans "Actions" %} |
---|---|---|---|---|
{% trans "For migration both host servers must have equal settings and OS type" %}
{% trans "If you need to edit XML please Power Off the instance" %}
{% trans "Instance owners" %} {% include 'add_instance_owner_block.html' %}
{{ userinstance.user }} | {% bs_icon 'trash' %} |
{% trans "Create a clone" %}
{% trans "To set instance template name description, shutdown the instance." %}
{% trans "To set instance video model, shutdown the instance." %}
{% trans "To set instance vCPUs hotpluggable" %}
{% trans "To Enable/Disable Qemu Guest Agent. Status" %}: {% if instance.status == 1 %} {% if instance.guest_agent_ready %} {% else %} {% endif %}
{% else %} {% endif %}