diff --git a/plinth/modules/storage/templates/storage.html b/plinth/modules/storage/templates/storage.html index 2cf31128b..ab65cc12e 100644 --- a/plinth/modules/storage/templates/storage.html +++ b/plinth/modules/storage/templates/storage.html @@ -44,47 +44,44 @@

{% endif %} -
{% trans "The following disks are in use:" %}
-
-
- - - - - - - - - - - {% for disk in disks %} - - - - - + + {% endfor %} + +
{% trans "Device" %}{% trans "Mount Point" %}{% trans "Type" %}{% trans "Used" %}
{{ disk.dev_kname }}{{ disk.mount_point }}{{ disk.file_system_type }} -
- {% if disk.percent_used < 75 %} -
- {{ disk.percent_used }}% -
+

{% trans "The following disks are in use:" %}

+ + + + + + + + + + + + {% for disk in disks %} + + + + + - - {% endfor %} - -
{% trans "Device" %}{% trans "Mount Point" %}{% trans "Type" %}{% trans "Used" %}
{{ disk.dev_kname }}{{ disk.mount_point }}{{ disk.file_system_type }} +
+ {% if disk.percent_used < 75 %} +
+ {{ disk.percent_used }}%
-
{{ disk.used_str }} / {{ disk.size_str }}
-
-
- + +
{{ disk.used_str }} / {{ disk.size_str }}
+

{% trans "Partition Expansion" %}

{% if expandable_root_size %}