change field names

This commit is contained in:
Maximilian Keßler 2024-01-10 16:30:30 +01:00
parent 01bdd9544e
commit 7e1d0d4b7c
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -81,7 +81,7 @@ var table_{{div_id}} = new Tabulator("#table-{{div_id}}", {
outputFormat: "dd/MM HH:mm" outputFormat: "dd/MM HH:mm"
}}, }},
{% if show_player_num %} {% if show_player_num %}
{title: "# Players", field: "num_players"}, {title: "#P", field: "num_players"},
{% endif %} {% endif %}
{% if show_var_rating %} {% if show_var_rating %}
{title: "+/-", field: "variant_rating_change"}, {title: "+/-", field: "variant_rating_change"},
@ -99,7 +99,7 @@ var table_{{div_id}} = new Tabulator("#table-{{div_id}}", {
urlPrefix: "https://hanab.live/seed/", urlPrefix: "https://hanab.live/seed/",
target:"_blank" target:"_blank"
}}, }},
{title: "Score", field: "score"}, {title: "SCR", field: "score"},
{title: "BDR", field: "num_bdrs"}, {title: "BDR", field: "num_bdrs"},
{title: "Turns", field: "num_turns"}, {title: "Turns", field: "num_turns"},
{title: "Result", field: "game_outcomes"} {title: "Result", field: "game_outcomes"}