From 9270efeadfc406522523c01dfc226ccfda53199d Mon Sep 17 00:00:00 2001 From: George Lacey Date: Mon, 10 May 2021 15:35:18 +0100 Subject: [PATCH] Add shadows and set overflow correctly --- borgweb/borg/templates/borg/index.html | 12 ++++++------ borgweb/templates/registration/login.html | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index 2bd65ea..cd0b512 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -25,22 +25,22 @@ {% if repo_list %}
{% for repo in repo_list %} -

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

-
+
Latest backup:
{{ repo.last_backup }}
-
+
Hourly backups:
{{ repo.hourly_archive_string }}
-
+
Size:
{{ repo.size_string }}
@@ -49,7 +49,7 @@
Recent errors:
{% endif %} -
+
{% for error in repo.recent_errors %}
{{ error.time_ago }}
{{ error.error }}
@@ -57,7 +57,7 @@
{% endfor %} -
+
{% else %} diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html index 257bcf2..c5610c3 100644 --- a/borgweb/templates/registration/login.html +++ b/borgweb/templates/registration/login.html @@ -31,21 +31,21 @@

Log in

-
+
-
+
- +