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 @@ - - @@ -650,15 +648,26 @@ {% for disk in disks %} - - - + - -
{% trans "Device" %}{% trans "Format" %} {% trans "Used" %} {% trans "Capacity" %}{% trans "Bus" %} {% trans "Storage" %} {% trans "Source" %} {% trans "Action" %}
{{ disk.dev }}
{{ disk.target }}
{{ disk.format }} + + {{ disk.dev }} +
+ {{ disk.target }} +
{{ disk.used | filesizeformat}} {{ disk.size | filesizeformat }}{{ disk.bus }} {{ disk.storage }} {{ disk.path }} +
{% csrf_token %} @@ -1623,5 +1632,12 @@ $("#logs_table > tbody").html(logs); }); } + + {% endblock %}