diff --git a/instances/templates/instance.html b/instances/templates/instance.html index c4ce0e40..161fe939 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -54,7 +54,14 @@ {{ ipv4 }} | {% endfor %} {% endfor %} - + {% if instance.guest_agent_ready %} + + + + {% endif %} + + + {% if user_quota_msg %}
{% blocktrans with type=instance.console_type|upper %} This action opens a new window with a {{ type }} connection to the console of the instance.{% endblocktrans %} -
- {% if instance.console_type == 'vnc' %} -{% blocktrans with type=instance.console_type|upper %} This action opens a new window with a {{ type }} connection to the console of the instance.{% endblocktrans %} +
+ {% if instance.console_type == 'vnc' %} +{% trans "You need shut down your instance and enter a new root password." %}
+{% 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 starts remove instance process' %}
- {% if request.user.is_superuser or userinstance.is_delete %} - {% if instance.status == 3 %} - {% trans "Destroy" %} - {% else %} - {% trans "Destroy" %} - {% endif %} + + + +{% trans 'This action starts remove instance process' %}
+ {% if request.user.is_superuser or userinstance.is_delete %} + {% if instance.status == 3 %} + {% trans "Destroy" %} {% else %} - + {% trans "Destroy" %} {% endif %} - -{% trans "This action sends an ACPI shutdown signal to the instance." %}
-{% 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 forcibly powers off and start the instance and may cause data corruption." %}
-{% trans "This action restore the instance after suspend." %}
+{% 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 Power On button to start this instance." %}
-{% trans "Template instance cannot be started." %}
- - {% else %} - - {% endif %} + {% else %} +{% trans "Administrator blocked your instance." %}
+{% trans "Click on Power On button to start this instance." %}
+{% trans "Template instance cannot be started." %}
+ + {% else %} + + {% endif %} + +{% trans "Logical host CPUs" %} : {{ vcpu_host }}
-