From d0b7158423740e099a4e56cf741fc33d892e2b0a Mon Sep 17 00:00:00 2001 From: Johannes Erwerle Date: Tue, 12 May 2026 15:17:06 +0200 Subject: [PATCH] improved overflows in the borg repository table --- community_backup/webui/templates/borg_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community_backup/webui/templates/borg_list.html b/community_backup/webui/templates/borg_list.html index f2e550b..303a9eb 100644 --- a/community_backup/webui/templates/borg_list.html +++ b/community_backup/webui/templates/borg_list.html @@ -25,8 +25,8 @@ {% for repo in object_list %} {{ repo.name }} - {{ repo.truncated_key }} - {{ repo.repo_url }} + {{ repo.truncated_key }} + {{ repo.repo_url }} {% if repo.used_quota < 0 %}not initialized{% else %}{{ repo.used_quota }}/{{ repo.quota }} GB{% endif %} Edit Delete