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 %}
@@ -71,13 +78,13 @@