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 %}