diff --git a/borgweb/borg/static/css/index.css b/borgweb/borg/static/css/index.css index 7774c24..e69de29 100644 --- a/borgweb/borg/static/css/index.css +++ b/borgweb/borg/static/css/index.css @@ -1,9 +0,0 @@ -div { - padding: 8px; - margin: 8px; -} - -dl { - margin: 4px; - font-size: 16px; -} \ No newline at end of file diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index cd0b512..ec0b4f3 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -16,33 +16,39 @@ {{ hour_list|json_script:"hour_list" }} {% if repo_list %} -
-{% for repo in repo_list %} -
+ {% for repo in repo_list %} +
-

{{ repo.label }} - {{ repo.location }} -

+

{{ repo.label }} + {{ repo.location }} +

-
-
Latest backup:
-
{{ repo.last_backup }}
+
+
Latest backup:
+
{{ repo.last_backup }}
-
-
Hourly backups:
-
{{ repo.hourly_archive_string }}
+
+
Hourly backups:
+
{{ repo.hourly_archive_string }}
-
-
Size:
-
{{ repo.size_string }}
+
+
Size:
+
{{ repo.size_string }}
{% if repo.recent_errors|length > 0 %}
@@ -51,18 +57,18 @@ {% endif %}
{% for error in repo.recent_errors %} -
{{ error.time_ago }}
-
{{ error.error }}
+
{{ error.time_ago }}
+
{{ error.error }}
{% endfor %}
-{% endfor %} -
- -
-{% else %} -

No repos found.

-{% endif %} + {% endfor %} +
+ +
+ {% else %} +

No repos found.

+ {% endif %}