{{/*
Copyright 2014 Team 254. All Rights Reserved.
Author: pat@patfairbank.com (Patrick Fairbank)
UI for controlling ephemeral aspects of the playing field.
*/}}
{{define "title"}}Field Configuration{{end}}
{{define "body"}}
{{range $displayId, $station := .AllianceStationDisplays}}
{{end}}
| Inputs |
{{range $i, $value := .Inputs}}
| {{$i}} |
{{$value}} |
{{end}}
| Counters |
{{range $i, $value := .Counters}}
| {{$i}} |
{{$value}} |
{{end}}
| Coils |
{{range $i, $value := .Coils}}
| {{$i}} |
{{$value}} |
{{end}}
{{end}}
{{define "script"}}
{{end}}