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