diff --git a/instances/templates/instance.html b/instances/templates/instance.html index 2cae09d..8747807 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -639,10 +639,8 @@
{% trans "Device" %} | -{% trans "Format" %} | {% trans "Used" %} | {% trans "Capacity" %} | -{% trans "Bus" %} | {% trans "Storage" %} | {% trans "Source" %} | {% trans "Action" %} | @@ -650,15 +648,26 @@ {% for disk in disks %}||
---|---|---|---|---|---|---|---|---|---|
{{ disk.dev }} {{ disk.target }} |
- {{ disk.format }} | +
+
+ {{ disk.dev }}
+ + {{ disk.target }} + |
{{ disk.used | filesizeformat}} | {{ disk.size | filesizeformat }} | -{{ disk.bus }} | {{ disk.storage }} | {{ disk.path }} | -+ |