From 2af9d16ba1fc2cc1e779a2dc56d992293fc0ec48 Mon Sep 17 00:00:00 2001 From: Johannes Erwerle Date: Mon, 6 Apr 2026 20:44:13 +0200 Subject: [PATCH] cleaned up the repo table by truncating the pubkey. --- community_backup/webui/templates/borg_list.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 %}