X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FGameList.vue;h=c1557a238f2e12638a1a879cf5334ec843c35579;hp=0d2fbf468a98de06d4f0f2e5743263876c4506d2;hb=602d6befd30793111d3fda6e733f73e08d8b7a30;hpb=dac395887d96e2d642b209c6db6aaacc3ffacb34 diff --git a/client/src/components/GameList.vue b/client/src/components/GameList.vue index 0d2fbf46..c1557a23 100644 --- a/client/src/components/GameList.vue +++ b/client/src/components/GameList.vue @@ -3,10 +3,10 @@ div table thead tr - th Variant - th White - th Black - th Time control + th {{ st.tr["Variant"] }} + th {{ st.tr["White"] }} + th {{ st.tr["Black"] }} + th {{ st.tr["Time control"] }} th(v-if="showResult") Result tbody tr(v-for="g in sortedGames" @click="$emit('show-game',g)"