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]}
"; });