diff --git a/instances/templates/instances.html b/instances/templates/instances.html index bd9d65e..e9c2306 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -31,127 +31,17 @@ {% if not all_host_vms %}
# | -Name Description |
- User | -Status | -VCPU | -Memory | -Actions & Mem Usage | -
---|---|---|---|---|---|---|
{{ forloop.counter }} | -{{ host.1 }} | -- | {% ifequal host.2 1 %}{% trans "Active" %} - {% endifequal %} - {% ifequal host.2 2 %}{% trans "Not Active" %} - {% endifequal %} - {% ifequal host.2 3 %}{% trans "Connection Failed" %} - {% endifequal %} - | -{{ host.3 }} | -{{ host.4|filesizeformat }} | -- | - -
{{ forloop.counter }} | - {{ vm }} {{ info.title }} |
- {% if info.userinstances.count > 0 %}{{ info.userinstances.first_user.user.username }}{% if info.userinstances.count > 1 %} (+{{ info.userinstances.count|add:"-1" }}){% endif %}{% endif %} | -{% ifequal info.status 1 %} - {% trans "Active" %} - {% endifequal %} - {% ifequal info.status 5 %} - {% trans "Off" %} - {% endifequal %} - {% ifequal info.status 3 %} - {% trans "Suspend" %} - {% endifequal %} - | -{{ info.vcpu }} | -{{ info.memory |filesizeformat }} | -- | -
# | +Name Description |
+ User | +Status | +VCPU | +Memory | +Actions & Mem Usage | +
---|---|---|---|---|---|---|
{{ forloop.counter }} | +{{ host.1 }} | ++ | + {% ifequal host.2 1 %}{% trans "Active" %}{% endifequal %} + {% ifequal host.2 2 %}{% trans "Not Active" %}{% endifequal %} + {% ifequal host.2 3 %}{% trans "Connection Failed" %}{% endifequal %} + | +{{ host.3 }} | +{{ host.4|filesizeformat }} | ++ | + +
{{ forloop.counter }} | + {{ vm }} + {{ info.title }} + |
+ + + {% if info.userinstances.count > 0 %} {{ info.userinstances.first_user.user.username }} + {% if info.userinstances.count > 1 %} (+{{ info.userinstances.count|add:"-1" }}){% endif %} + {% endif %} + + + | ++ {% ifequal info.status 1 %}{% trans "Active" %}{% endifequal %} + {% ifequal info.status 5 %}{% trans "Off" %}{% endifequal %} + {% ifequal info.status 3 %}{% trans "Suspend" %}{% endifequal %} + | +{{ info.vcpu }} | +{{ info.memory |filesizeformat }} | ++ + | +
Name Description |
+ Host User |
+ Status | +VCPU | +Memory | +Actions | +
---|---|---|---|---|---|
{{ vm }} {{ info.title }} |
+ {{ host.1 }} {% if info.userinstances.count > 0 %}{{ info.userinstances.first_user.user.username }}{% if info.userinstances.count > 1 %} (+{{ info.userinstances.count|add:"-1" }}){% endif %}{% endif %} |
+ + {% ifequal info.status 1 %}{% trans "Active" %}{% endifequal %} + {% ifequal info.status 5 %}{% trans "Off" %}{% endifequal %} + {% ifequal info.status 3 %}{% trans "Suspend" %}{% endifequal %} + | +{{ info.vcpu }} | +{{ info.memory|filesizeformat }} | ++ | +