{% extends "base.html" %} {% load staticfiles %} {% load i18n %} {% block title %}{% trans "Instance" %} - {{ vname }}{% endblock %} {% block content %} {% include 'pleasewaitdialog.html' %}
{% trans "This action sends an ACPI shutdown signal to the instance." %}
{% trans "This action forcibly powers off and start the instance and may cause data corruption." %}
{% trans "This action forcibly powers off the instance and may cause data corruption." %}
{% trans "This action suspends the instance." %}
{% trans "This action restore the instance after suspend." %}
{% trans "This action forcibly powers off the instance and may cause data corruption." %}
{% trans "Administrator blocked your instance." %}
{% trans "Click on Boot button to start this instance." %}
{% trans "This action opens a new window with a VNC connection to the console of the instance." %}
{% ifequal status 1 %}{% trans "You need shut down your instance and enter a new root password." %}
{% trans "You need shut down your instance and choose your public key." %}
{% trans "This action opens a remote viewer with a connection to the console of the instance." %}
{% trans "Logical Instance Active/Maximum CPUs" %} : {{ cur_vcpu }} / {{ vcpu }}
{% trans "This may take more than an hour, depending on how much content is on your droplet and how large the disk is." %}
{% else %}{% trans "To take a snapshot please Power Off the instance." %}
{% endifequal %}{% trans "Choose a snapshot for restore/delete" %}
{% trans "Name" %} | {% trans "Date" %} | {% trans "Action" %} | {% for snap in snapshots %}|
---|---|---|---|
{{ snap.name }} | {{ snap.date|date:"M d H:i:s" }} |
{% trans "You do not have any snapshots" %}
{% endif %}{% trans 'Autostart' %}
{% trans 'Boot Order' %}
{% ifequal bootmenu 1 %}{% trans "Instance Volume" %} {% include 'add_instance_volume.html' %}
{% trans "Device" %} | {% trans "Used" %} | {% trans "Capacity" %} | {% trans "Storage" %} | {% trans "Source" %} | {% trans "Action" %} |
---|---|---|---|---|---|
{{ disk.dev }} | {{ disk.used | filesizeformat}} | {{ disk.size | filesizeformat }} | {{ disk.storage }} | {{ disk.path }} |
{% trans "Add a network device" %} {% include 'add_instance_network_block.html' %}
{% trans 'Name' %} | {% trans 'Info' %} | {% trans 'Info' %} | {% trans 'Actions' %} | |||||||
---|---|---|---|---|---|---|---|---|---|---|
eth{{ forloop.counter0 }}({{ network.target|default:"no target" }}) | {% trans 'MAC' %} | {{ network.mac }} | {% trans 'Filter' %} | {{ network.filterref|default:"None" }} | {% trans 'Source' %} | {{ network.nic }} | ||||
{% trans 'IPv4' %} | {% for ipv4 in network.ipv4|default:"unknown" %}{{ ipv4 }}{% endfor %} | {% trans 'IPv6' %} | {% for ipv6 in network.ipv6|default:"unknown" %}{{ ipv6 }}{% endfor %} | {% trans 'Model' %} | {{ network.model }} | {% trans 'QoS' %} | ||||
{% 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 }} |
{% trans "To set console's type, shutdown the instance." %}
{% trans "To set console listen address, shutdown the instance." %}
{% trans "To create console password, shutdown the instance." %}
{% trans "To set console's keymap, shutdown the instance." %}
{% 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 status == 1 %} {% if guest_agent_ready %} {% else %} {% endif %}
{% else %} {% endif %}{% trans "Date" %} | {% trans "User" %} | {% trans "Message" %} |
---|---|---|
{% trans 'None' %}... |
{% trans "Delete storage for instance?" %}
{% if request.user.is_superuser or userinstance.is_delete %} {% ifequal status 3 %} {% else %} {% endifequal %} {% else %} {% endif %}