Added button to create new cache
This commit is contained in:
parent
1c5aacab2b
commit
941eba5e3d
@ -51,6 +51,9 @@
|
|||||||
</q-expansion-item>
|
</q-expansion-item>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-list>
|
</q-list>
|
||||||
|
<div class="row justify-end">
|
||||||
|
<q-btn v-if="hasAdminState" @click="startCache(cache.id)" unelevated color="positive" stack icon="add" label="Erstellen" size="sm" side="left"/>
|
||||||
|
</div>
|
||||||
</q-tab-panel>
|
</q-tab-panel>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -71,12 +71,12 @@
|
|||||||
tab: 'solo',
|
tab: 'solo',
|
||||||
rankinglist: [],
|
rankinglist: [],
|
||||||
users: [{
|
users: [{
|
||||||
username: "kathy", id: "123", rankingPointsSum: "15"
|
username: "CacherA", id: "123", rankingPointsSum: "15"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
username: "timo", id: "124", rankingPointsSum: "20"
|
username: "CacherB", id: "124", rankingPointsSum: "20"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created: function() {
|
created: function() {
|
||||||
console.log("created(): " + this.rankinglist);
|
console.log("created(): " + this.rankinglist);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user