mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Rename LED/PLC testing page to Field Testing to be more generic.
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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}}
|
||||
Reference in New Issue
Block a user