diff --git a/apps/umpire/interface.html b/apps/umpire/interface.html index c5aea05a4..e02c774bf 100644 --- a/apps/umpire/interface.html +++ b/apps/umpire/interface.html @@ -29,19 +29,14 @@ 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")+"
TLLATEvent
${(new Date(l[0]*1000)).toLocaleString()}${l[1]}${l[2]}${l[3]}${l[4]}${l[0]}
"; });