From 7e1d0d4b7cdaf91500073551b0566b258387d3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 10 Jan 2024 16:30:30 +0100 Subject: [PATCH] change field names --- templates/stats_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/stats_table.html b/templates/stats_table.html index b8be1cc..593876f 100644 --- a/templates/stats_table.html +++ b/templates/stats_table.html @@ -81,7 +81,7 @@ var table_{{div_id}} = new Tabulator("#table-{{div_id}}", { outputFormat: "dd/MM HH:mm" }}, {% if show_player_num %} - {title: "# Players", field: "num_players"}, + {title: "#P", field: "num_players"}, {% endif %} {% if show_var_rating %} {title: "+/-", field: "variant_rating_change"}, @@ -99,7 +99,7 @@ var table_{{div_id}} = new Tabulator("#table-{{div_id}}", { urlPrefix: "https://hanab.live/seed/", target:"_blank" }}, - {title: "Score", field: "score"}, + {title: "SCR", field: "score"}, {title: "BDR", field: "num_bdrs"}, {title: "Turns", field: "num_turns"}, {title: "Result", field: "game_outcomes"}