diff --git a/instances/templates/instance.html b/instances/templates/instance.html index c4ce0e4..161fe93 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." %}
-