From 24251a87c83f7c8c7955331082f70a91fac80a97 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Mon, 20 Nov 2023 07:03:49 +1030 Subject: [PATCH] Make POST work, load the updating popup after --- web/data/templates/popup_create.tmpl | 34 +++++++---- web/web.go | 85 +++++++++++++++++++++------- 2 files changed, 88 insertions(+), 31 deletions(-) diff --git a/web/data/templates/popup_create.tmpl b/web/data/templates/popup_create.tmpl index 69085fb..e4821b0 100644 --- a/web/data/templates/popup_create.tmpl +++ b/web/data/templates/popup_create.tmpl @@ -1,12 +1,16 @@ {{ define "content" }} -
+
+

Download create

URL: {{ .url }}

+ +

+
profile - {{ range $i := .config.DownloadProfiles }} @@ -17,8 +21,8 @@
destination - + {{ range $i := .config.Destinations }} {{ end }} @@ -39,18 +43,28 @@