diff --git a/storages/templates/storage.html b/storages/templates/storage.html index e7ddfe1..cf70f11 100644 --- a/storages/templates/storage.html +++ b/storages/templates/storage.html @@ -44,11 +44,12 @@
{% trans "Pool name" %}:
-{% trans "Pool type" %}:
-{% trans "Pool path" %}:
-{% trans "Pool status" %}:
-{% trans "Size" %}: ({{ size|filesizeformat }} / {{ used|filesizeformat }})
+{% trans "Pool Name" %}:
+{% trans "Pool Type" %}:
+{% trans "Pool Path" %}:
+{% trans "Pool Status" %}:
+{% trans "Size" %}:
+{% trans "Usage" %}({{ percent }}%):
{% trans "State" %}:
{% trans "Autostart" %}:
{% if not type %}{% trans "None" %}{% else %}{{ type }}{% endif %}
{% if not path %}{% trans "None" %}{% else %}{{ path }}{% endif %}
{% if not status %}{% trans "None" %}{% else %}{{ status }}{% endif %}
-{% trans "Usage" %}: {{ percent }}%
+{{ size|filesizeformat }}
+{{ used|filesizeformat }}