From 946f24ad4113d33e12757a5c146561637f3f857a Mon Sep 17 00:00:00 2001 From: George Lacey Date: Mon, 10 May 2021 15:04:22 +0100 Subject: [PATCH] Set repo div widths explicitly --- borgweb/borg/templates/borg/index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index c825f48..2bd65ea 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -16,20 +16,22 @@ {{ hour_list|json_script:"hour_list" }} {% if repo_list %} -
+
{% for repo in repo_list %} -
-

{{ repo.label }} - {{ repo.location }} +
+

{{ repo.label }} + {{ repo.location }}

+
Latest backup:
{{ repo.last_backup }}
@@ -55,7 +57,7 @@

{% endfor %} -
+
{% else %}