Commit 6e8173ef by Johannes Edmeier

fix typos

parent ec47ac0f
......@@ -25,7 +25,7 @@
<th>Session Id</th>
</tr>
</thead>
<tbdoy>
<tbody>
<template v-for="event in events">
<tr class="is-selectable"
:class="{ 'event--is-detailed' : showDetails[event.key] }"
......@@ -57,7 +57,7 @@
<tr v-if="events.length === 0">
<td class="is-muted" colspan="5">No auditevents found.</td>
</tr>
</tbdoy>
</tbody>
</table>
</template>
......
......@@ -27,7 +27,7 @@
<th>Time</th>
</tr>
</thead>
<tbdoy>
<tbody>
<template v-for="trace in traces">
<tr class="is-selectable"
:class="{ 'trace--is-detailed' : showDetails[trace.key] }"
......@@ -54,7 +54,7 @@
<tr v-if="traces.length === 0">
<td class="is-muted" colspan="7">No traces found.</td>
</tr>
</tbdoy>
</tbody>
</table>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment