{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Instance" %} - {{ vname }}{% endblock %} {% block content %}
{% include 'errors_block.html' %} {% include 'messages_block.html' %}
{% ifequal status 1 %}

{% trans "This action sends an ACPI shutdown signal to the instance." %}

{% csrf_token %}

{% trans "This action forcibly powers off and start the instance and may cause data corruption." %}

{% csrf_token %}

{% trans "This action forcibly powers off the instance and may cause data corruption." %}

{% csrf_token %}
{% if request.user.is_superuser %}

{% trans "This action suspends the instance." %}

{% csrf_token %}
{% endif %} {% endifequal %} {% ifequal status 3 %} {% if request.user.is_superuser %}

{% trans "This action restore the instance after suspend." %}

{% csrf_token %}
{% else %}

{% trans "Administrator blocked your instance." %}

{% csrf_token %}
{% endif %} {% endifequal %} {% ifequal status 5 %}

{% trans "Click on Boot button to start this instance." %}

{% csrf_token %}
{% endifequal %}

{% trans "This action opens a new window with a VNC connection to the console of the instance." %}

{% ifequal status 1 %} {% trans "Console" %} {% else %} {% endifequal %}

{% trans "You need shut down your instance and enter a new root password." %}

{% csrf_token %}
{% ifequal status 5 %} {% else %} {% endifequal %}

{% trans "You need shut down your instance and choose your public key." %}

{% csrf_token %}
{% ifequal status 5 %} {% else %} {% endifequal %}
{% if request.user.is_superuser or userinstace.is_change %}
{% csrf_token %}

{% trans "Logical host CPUs:" %} {{ vcpu_host }}

{% trans "Total host memory:" %} {{ memory_host|filesizeformat }}

{% trans "Custom value" %}
{% trans "Custom value" %}
{% ifequal status 5 %} {% else %} {% endifequal %}
{% else %} {% trans "You don't have permission for resizing instance" %} {% endif %}
{% ifequal status 5 %}

{% trans "This may take more than an hour, depending on how much content is on your droplet and how large the disk is." %}

{% csrf_token %}
{% ifequal status 5 %} {% else %} {% endifequal %}
{% else %}

{% trans "To take a snapshot please Power Off the instance." %}

{% endifequal %}
{% ifequal status 5 %} {% if snapshots %}

{% trans "Choose a snapshot for restore" %}

{% for snap in snapshots %} {% endfor %}
{% trans "Name" %} {% trans "Date" %} {% trans "Action" %}
{{ snap.name }} {{ snap.date|date:"M d H:i:s" }}
{% csrf_token %} {% ifequal status 5 %} {% else %} {% endifequal %}
{% csrf_token %}
{% else %}

{% trans "You do not have any snapshots" %}

{% endif %} {% else %}

{% trans "To restore snapshots you need Power Off the instance." %}

{% endifequal %}
{% csrf_token %} {% for cd in media %}
{% if not cd.image %}
{% if media_iso %} {% else %} {% endif %}
{% else %}

{{ cd.image }}

{% endif %}
{% endfor %}
{% if request.user.is_superuser %}

{% trans "Autostart your instance when host server is power on" %}

{% csrf_token %} {% ifequal autostart 0 %} {% else %} {% endifequal %}

{% trans "To set console's type, shutdown the instance." %}

{% csrf_token %}
{% ifequal status 5 %} {% else %} {% endifequal %}

{% trans "To create console password, shutdown the instance." %}

{% csrf_token %}
{% if console_passwd %} {% trans "Show" %} {% endif %}
{% ifequal status 5 %} {% else %} {% endifequal %}

{% trans "To set console's keymap, shutdown the instance." %}

{% csrf_token %}
{% ifequal status 5 %} {% else %} {% endifequal %}

{% trans "Create a clone" %}

{% csrf_token %}

{% trans "Network devices" %}

{% for network in networks %}
{% endfor %}

{% trans "Storage devices" %}

{% for disk in clone_disks %}
{% ifequal disk.format 'qcow2' %}
{% endifequal %}
{% endfor %} {% ifequal status 5 %} {% else %} {% endifequal %}

{% trans "For migration both host servers must have equal settings and OS type" %}

{% csrf_token %}

{{ compute.name }}

{% if computes_count != 1 %} {% else %} {% endif %}

{% trans "If you need to edit xml please Power Off the instance" %}

{% csrf_token %}
{% ifequal status 5 %} {% else %} {% endifequal %}
{% endif %}

{% trans "CPU usage" %}

{% for net in networks %}

{% trans "Bandwidth device:" %} eth{{ forloop.counter0 }}

{% trans "In" %} {% trans "Out" %}
{% endfor %} {% for disk in disks %}

{% trans "Disk I/O device:" %} {{ disk.dev }}

{% trans "Read" %} {% trans "Write" %}
{% endfor %}

{% trans "Delete storage for instance?" %}

{% if request.user.is_superuser or userinstace.is_delete %} {% ifequal status 3 %} {% else %}
{% csrf_token %}
{% endifequal %} {% else %} {% endif %}
{% endblock %} {% block script %} {% endblock %}