From 2a456bcdc503af303641970cfd241a18bc466233 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 23 Oct 2022 21:13:43 +0100 Subject: [PATCH] add download, restore and delete controls to /danger/snapshots.html. This is just the front-end. The back-end has not be implemented at time of commit. --- templates/danger/snapshots.html | 78 ++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 7 deletions(-) diff --git a/templates/danger/snapshots.html b/templates/danger/snapshots.html index 5c51dc2..28ba753 100644 --- a/templates/danger/snapshots.html +++ b/templates/danger/snapshots.html @@ -19,20 +19,84 @@ intervals and use those as the site's back-ups.

+ + +
+ +
+ {% for item in snapshots %} +
+
- -
+ + +
+ + + +
+ +

{{item}}

+
+ + + +
+
+ {% endfor %} +
{% endblock %}