From d30e6470e241dea034387c5d7bb8d72638bdb9ec Mon Sep 17 00:00:00 2001 From: catborise Date: Thu, 17 Dec 2020 14:29:07 +0300 Subject: [PATCH] Add guest info like:hostname,os,version,kernel. indendation fixes --- instances/templates/instance.html | 33 +- instances/templates/instances/access_tab.html | 304 ++- .../templates/instances/destroy_tab.html | 42 +- instances/templates/instances/info_tab.html | 20 + instances/templates/instances/power_tab.html | 212 +- instances/templates/instances/resize_tab.html | 298 ++- .../templates/instances/settings_tab.html | 1725 +++++++++-------- .../templates/instances/snapshots_tab.html | 148 +- instances/templates/instances/stats_tab.html | 174 +- instances/urls.py | 1 + instances/views.py | 5 + networks/templates/network.html | 4 +- vrtManager/instance.py | 34 + 13 files changed, 1540 insertions(+), 1460 deletions(-) create mode 100644 instances/templates/instances/info_tab.html 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 @@