Rename LED/PLC testing page to Field Testing to be more generic.

This commit is contained in:
Patrick Fairbank
2020-03-15 17:35:32 -07:00
parent 20724ba0e1
commit 299a242e9c
6 changed files with 16 additions and 16 deletions

View File

@@ -35,7 +35,7 @@
<li><a href="/setup/lower_thirds">Lower Thirds</a></li>
<li><a href="/setup/sponsor_slides">Sponsor Slides</a></li>
<li><a href="/setup/displays">Display Configuration</a></li>
<li><a href="/setup/led_plc">LED and PLC Testing</a></li>
<li><a href="/setup/field_testing">Field Testing</a></li>
</ul>
</li>
<li class="dropdown">

View File

@@ -2,9 +2,9 @@
Copyright 2018 Team 254. All Rights Reserved.
Author: pat@patfairbank.com (Patrick Fairbank)
UI for testing the LEDs and PLC connected to the field.
UI for testing the game sounds and the LEDs and PLC connected to the field.
*/}}
{{define "title"}}LED and PLC Testing{{end}}
{{define "title"}}Field Testing{{end}}
{{define "body"}}
<div class="row">
<div class="col-lg-7">
@@ -56,5 +56,5 @@
</div>
{{end}}
{{define "script"}}
<script src="/static/js/setup_led_plc.js"></script>
<script src="/static/js/setup_field_testing.js"></script>
{{end}}