From ac9460f4316b984e197a635e867ae59ca7141a80 Mon Sep 17 00:00:00 2001 From: Marc Aubreville Date: Sun, 28 Apr 2024 21:17:06 +0200 Subject: [PATCH] beautified template --- .../administration/templates/administration/storage.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/exact/exact/administration/templates/administration/storage.html b/exact/exact/administration/templates/administration/storage.html index 744e5474..49e85a78 100644 --- a/exact/exact/administration/templates/administration/storage.html +++ b/exact/exact/administration/templates/administration/storage.html @@ -45,16 +45,14 @@

{% for team in teams %} - + - + {% for imageset in team.imagesets %} - - + {% endfor %}
Team {{ team.name }}, total: {{ team.storage_disk }}
Team {{ team.name }} total: {{ team.storage_disk }}
Imageset IDNameStorage (on disk)
Imageset IDNameStorage (on disk)
{{ imageset.id }} {{ imageset.name }} - {{ imageset.storage_disk }}{{ imageset.storage_files }}{{ imageset.storage_disk }}