From 31e48bf2e76cb43cec189fda4454e6208b8f4518 Mon Sep 17 00:00:00 2001 From: Anders Pitman Date: Fri, 11 Mar 2022 12:08:17 -0700 Subject: [PATCH] Add waygates.tmpl --- templates/waygates.tmpl | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/waygates.tmpl diff --git a/templates/waygates.tmpl b/templates/waygates.tmpl new file mode 100644 index 0000000..6bd280a --- /dev/null +++ b/templates/waygates.tmpl @@ -0,0 +1,40 @@ +{{ template "header.tmpl" . }} + +
+ + + + + + + + + + + {{range $waygateId, $waygate := .Waygates}} + + + + + + + {{ end }} + +
DomainsDescriptionAdmin LinkActions
+ {{ range $domain := $waygate.Domains }} + + {{ end }} + + {{$waygate.Description}} + + Admin Link + +
+ Edit + Delete +
+
+
+{{ template "footer.tmpl" . }}