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" . }}