From 8ef54ee81b80c26deef2aff8402febef94fe4840 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Fri, 8 Apr 2022 10:13:49 +0100 Subject: [PATCH] Add loading spinners --- borgweb/borg/templates/borg/index.html | 37 ++++++++++---------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index e0b936a..ab99463 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -29,7 +29,8 @@ {% if repo_list %}
{% for repo in repo_list %} -
+

{{ repo.label }} {{ repo.location }} @@ -37,26 +38,29 @@

Latest backup:
-
+
+
+
+
Size:
-
+
+
+
+
Recent errors:
-
+
+
+
+
{% endfor %} -{#
#} -{# #} -{#
#} -{#
#} -{# #} -{#
#} {% else %}
@@ -65,18 +69,5 @@
{% endif %}
- {#
#} - {#
#} - {# #} - {#
#} - {#
#} - {# #} - {#
#} - {#
#} - {#
#} - {#

No repositories found

#} - {#
#} - {#
#} - {#
#} {% endblock %}