From 69063d1ec5e1567c2c85a4ac32a6f3558ffb695e Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:15:17 +0100 Subject: [PATCH] Update interface.html structured data --- apps/umpire/interface.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/umpire/interface.html b/apps/umpire/interface.html index e02c774bf..f9e5bd4b5 100644 --- a/apps/umpire/interface.html +++ b/apps/umpire/interface.html @@ -29,14 +29,19 @@ function getData() { // Otherwise parse the data and output it as a table dataElement.innerHTML = ` + + - + `+data.trim().split("\n").map(l=>{ l = l.split(","); return ` - - - + + + + + ` }).join("\n")+"
Time/th> + OverBall EventMetadata
${l[0]}${(new Date(l[0]*1000)).toLocaleString()}${l1]}${l2}${l3]}${l4]}
"; });