diff --git a/client/backups.html b/client/backups.html new file mode 100644 index 0000000..6bb96e2 --- /dev/null +++ b/client/backups.html @@ -0,0 +1,58 @@ + + + + + + PodGrab + {{template "commoncss"}} + + + +
+ +{{template "navbar" .}} +
+
+
+ + + + + + + {{ range .backups}} + + + + + {{end}} + +
DatePath
{{ formatDate .date }}{{.name}}
+
+
+ +{{template "scripts"}} + + + \ No newline at end of file diff --git a/client/settings.html b/client/settings.html index bdf0089..7323d60 100644 --- a/client/settings.html +++ b/client/settings.html @@ -32,10 +32,17 @@ {{template "navbar" .}}
+
+
+ Backups +
+
+
-
+
+

Settings