{{/*
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}}
| {{index $.InputNames $i}} |
{{$value}} |
{{end}}
| Registers |
{{range $i, $value := .Registers}}
| {{index $.RegisterNames $i}} |
{{$value}} |
{{end}}
| Coils |
{{range $i, $value := .Coils}}
| {{index $.CoilNames $i}} |
{{$value}} |
{{end}}
{{end}}
{{define "script"}}
{{end}}