Fix member courses view
This commit is contained in:
parent
25cf073fc7
commit
64511479ef
|
@ -18,11 +18,13 @@
|
||||||
<div v-else class="grow">
|
<div v-else class="grow">
|
||||||
<table class="custom-table custom-table-light custom-table-sm text-sm grow">
|
<table class="custom-table custom-table-light custom-table-sm text-sm grow">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Baustein</th>
|
<tr>
|
||||||
<th>Veranstaltung</th>
|
<th>Baustein</th>
|
||||||
<th>Veranstalter</th>
|
<th>Veranstaltung</th>
|
||||||
<th>Datum</th>
|
<th>Veranstalter</th>
|
||||||
<th></th>
|
<th>Datum</th>
|
||||||
|
<th></th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tr v-for="(course, index) in data" :key="index">
|
<tr v-for="(course, index) in data" :key="index">
|
||||||
|
|
Loading…
Reference in New Issue