diff --git a/community_backup/webui/templates/borg_list.html b/community_backup/webui/templates/borg_list.html index 222d123..ae3b941 100644 --- a/community_backup/webui/templates/borg_list.html +++ b/community_backup/webui/templates/borg_list.html @@ -1,12 +1,14 @@ {% extends "base.html" %} {% block content %} -
+
+

Your Borg Repositories

+ @@ -18,7 +20,7 @@ {% for repo in object_list %} - + @@ -27,4 +29,5 @@
Name
{{ repo.name }}{{ repo.key }}{{ repo.key | truncatechars:40 }} {{ repo.repo_url}} Edit Delete
+ {% endblock %}