From 20bf3bfd51f91ca27496c687d866cbeb572161af Mon Sep 17 00:00:00 2001 From: Katharina Will Date: Wed, 8 May 2019 20:39:36 +0200 Subject: [PATCH] Applied final changes to team rankinglist view --- frontend/src/pages/CacheStart.vue | 4 ++-- frontend/src/pages/ranking.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/CacheStart.vue b/frontend/src/pages/CacheStart.vue index 8c23d33..2973271 100644 --- a/frontend/src/pages/CacheStart.vue +++ b/frontend/src/pages/CacheStart.vue @@ -35,7 +35,6 @@ validating: false, loading: false, paused: false, - result: null, params: null, noStreamApiSupport: false, lon: "", @@ -90,7 +89,8 @@ params.token = JSON.parse(localStorage.getItem('userToken')).token; } return params; - } + }, + updateResult(event) { console.log("updateResult()"); console.log(event); diff --git a/frontend/src/pages/ranking.vue b/frontend/src/pages/ranking.vue index d4328eb..aac2964 100644 --- a/frontend/src/pages/ranking.vue +++ b/frontend/src/pages/ranking.vue @@ -39,10 +39,10 @@ - {{index+1}}. {{team.name}} + {{index+1}}. {{team.teamname}} - {{team.ranking_points}} Punkte + {{team.rankingPointsSum}} Punkte