From c0577fb7ea019758b3526a2a618ee00005d0ded6 Mon Sep 17 00:00:00 2001 From: AKP Date: Fri, 15 Apr 2022 21:42:10 +0100 Subject: Add import/export to web UI Signed-off-by: AKP --- walrss/internal/http/views/main.qtpl.html | 47 +++++++++++++++++++++++++ walrss/internal/http/views/main.qtpl.html.go | 51 ++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/walrss/internal/http/views/main.qtpl.html b/walrss/internal/http/views/main.qtpl.html index 47e1d54..7fc1638 100644 --- a/walrss/internal/http/views/main.qtpl.html +++ b/walrss/internal/http/views/main.qtpl.html @@ -98,6 +98,53 @@ +
+
+ Import/export +
+
+ +
+ + + +
+ + + +
+ +
+
+ Loading... +
+
+ +
+ + + +
+
+ {% endfunc %} diff --git a/walrss/internal/http/views/main.qtpl.html.go b/walrss/internal/http/views/main.qtpl.html.go index 9ff4393..7eaac9b 100644 --- a/walrss/internal/http/views/main.qtpl.html.go +++ b/walrss/internal/http/views/main.qtpl.html.go @@ -149,6 +149,57 @@ func (p *MainPage) StreamBody(qw422016 *qt422016.Writer) { +
+
+ Import/export +
+
+ +
+ + + +
+ + + +
+ +
+
+ Loading... +
+
+ +
+ + + +
+
+ `) } -- cgit v1.2.3-70-g09d2