{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Instance" %} - {{ vname }}{% endblock %} {% block content %}
{{ vname }} |
{% ifequal status 5 %} {% trans "Off" %} {% endifequal %} {% ifequal status 1 %} {% trans "Active" %} {% endifequal %} {% ifequal status 3 %} {% trans "Suspend" %} {% endifequal %} |
{% if cur_vcpu %}
{{ cur_vcpu }} {% trans "Vcpu" %}{% else %}{{ vcpu }} {% trans "Vcpu" %}{% endif %} |
{{ cur_memory }} {% trans "MB" %} {% trans "Ram" %} |
{% for disk in disks %}
{{ disk.size|filesizeformat }} {% trans "Disk" %} |
{% endfor %}
{% 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 "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 "Console" %} {% else %} {% endifequal %}{% 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 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" %}
{% trans "Name" %} | {% trans "Date" %} | {% trans "Action" %} | |
---|---|---|---|
{{ snap.name }} | {{ snap.date|date:"M d H:i:s" }} |
{% trans "You do not have any snapshots" %}
{% endif %} {% else %}{% trans "To restore snapshots you need Power Off the instance." %}
{% endifequal %}{% trans "Autostart your instance when host server is power on" %}
{% trans "To set console's type, 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 "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 "Delete storage for instance?" %}
{% if request.user.is_superuser or userinstace.is_delete %} {% ifequal status 3 %} {% else %} {% endifequal %} {% else %} {% endif %}