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 "Device" %} | -{% trans "Mount Point" %} | -{% trans "Type" %} | -{% trans "Used" %} | -||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ disk.dev_kname }} | -{{ disk.mount_point }} | -{{ disk.file_system_type }} | -
-
- {% if disk.percent_used < 75 %}
-
+
-
+
+ {% trans "The following disks are in use:" %} + +
{{ disk.used_str }} / {{ disk.size_str }}
+ |
+