From db270feb06a5cd221838d16757b732c5b1ae1ee4 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Mon, 10 May 2021 00:34:52 +0100 Subject: [PATCH] Hide overflowing text --- borgweb/borg/templates/borg/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index 7055a99..478fcba 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 }}