From eb11a50d085dcd6932eb1ef62f7d03e4d1187fd4 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 12 Jul 2020 14:07:22 +0000 Subject: [PATCH] display watches on stream page --- templates/stream.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/templates/stream.html b/templates/stream.html index dec3a12..d3bf723 100755 --- a/templates/stream.html +++ b/templates/stream.html @@ -7,4 +7,22 @@ + + + + + + + + + + {{range $watch := .Watches}} + + + + + + + {{end}} +
Watches
NameColorAreas
{{ $watch.Name }}{{ $watch.Color }}{{ len $watch.Areas }}
{{end}} \ No newline at end of file