From bd9767a106898ede4eed5669f45a2930c8a05aa4 Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Sat, 10 May 2025 09:14:31 +0100 Subject: [PATCH] Update interface.html Added steps --- apps/umpire/interface.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/umpire/interface.html b/apps/umpire/interface.html index fb51a9ec9..5e690afdf 100644 --- a/apps/umpire/interface.html +++ b/apps/umpire/interface.html @@ -34,6 +34,7 @@ function getData() { Ball Event Metadata + Steps `+data.trim().split("\n").map(l=>{ l = l.split(","); return ` @@ -42,6 +43,7 @@ function getData() { ${l[2]} ${l[3]} ${l[4]} + ${l[5]} ` }).join("\n")+""; });