Show 'BYP' instead of just 'B' for bypass on field monitor.

This commit is contained in:
Patrick Fairbank
2018-10-06 19:28:17 -07:00
parent 7c27e592ad
commit b35a70d62b

View File

@@ -87,7 +87,7 @@ var handleArenaStatus = function(data) {
teamBypassElement.text("ES");
} else if (stationStatus.Bypass) {
teamBypassElement.attr("data-status-ok", false);
teamBypassElement.text("B");
teamBypassElement.text("BYP");
} else {
teamBypassElement.attr("data-status-ok", true);
teamBypassElement.text("ES");