forked from Hanabi/hanabi-league
change field names
This commit is contained in:
parent
01bdd9544e
commit
7e1d0d4b7c
1 changed files with 2 additions and 2 deletions
|
@ -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"}
|
||||||
|
|
Loading…
Reference in a new issue