{{/* 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"}}
Alliance Station Displays {{range $displayId, $station := .AllianceStationDisplays}}
{{end}} Reload All Displays
PLC
{{range $i, $value := .Inputs}} {{end}}
Inputs
{{$i}} {{$value}}
{{range $i, $value := .Counters}} {{end}}
Counters
{{$i}} {{$value}}
{{range $i, $value := .Coils}} {{end}}
Coils
{{$i}} {{$value}}
{{end}} {{define "script"}} {{end}}