From 5b9c7dfa31c5d54b723e3af6acbc37bd47f8ed17 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Sun, 9 May 2021 05:10:24 +0100 Subject: [PATCH] Remove unused canvas --- borgweb/borg/templates/borg/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index 24b0658..1f50022 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -20,9 +20,9 @@ {% if repo_list %} {% for repo in repo_list %} {% if repo.archive_after_latest_error %} -
+
{% else %} -
+
{% endif %}

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

@@ -53,8 +53,6 @@ {% else %}

No repos found.

{% endif %} -
-
\ No newline at end of file