diff --git a/frontend/src/pages/Overview.vue b/frontend/src/pages/Overview.vue
index 7560bed..0055472 100644
--- a/frontend/src/pages/Overview.vue
+++ b/frontend/src/pages/Overview.vue
@@ -51,6 +51,9 @@
+
+
+
diff --git a/frontend/src/pages/ranking.vue b/frontend/src/pages/ranking.vue
index 16d56ec..9d23254 100644
--- a/frontend/src/pages/ranking.vue
+++ b/frontend/src/pages/ranking.vue
@@ -71,12 +71,12 @@
tab: 'solo',
rankinglist: [],
users: [{
- username: "kathy", id: "123", rankingPointsSum: "15"
- },
- {
- username: "timo", id: "124", rankingPointsSum: "20"
- }]
- }
+ username: "CacherA", id: "123", rankingPointsSum: "15"
+ },
+ {
+ username: "CacherB", id: "124", rankingPointsSum: "20"
+ }]
+ }
},
created: function() {
console.log("created(): " + this.rankinglist);