Commit 6e8173ef by Johannes Edmeier

fix typos

parent ec47ac0f
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<th>Session Id</th> <th>Session Id</th>
</tr> </tr>
</thead> </thead>
<tbdoy> <tbody>
<template v-for="event in events"> <template v-for="event in events">
<tr class="is-selectable" <tr class="is-selectable"
:class="{ 'event--is-detailed' : showDetails[event.key] }" :class="{ 'event--is-detailed' : showDetails[event.key] }"
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<tr v-if="events.length === 0"> <tr v-if="events.length === 0">
<td class="is-muted" colspan="5">No auditevents found.</td> <td class="is-muted" colspan="5">No auditevents found.</td>
</tr> </tr>
</tbdoy> </tbody>
</table> </table>
</template> </template>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<th>Time</th> <th>Time</th>
</tr> </tr>
</thead> </thead>
<tbdoy> <tbody>
<template v-for="trace in traces"> <template v-for="trace in traces">
<tr class="is-selectable" <tr class="is-selectable"
:class="{ 'trace--is-detailed' : showDetails[trace.key] }" :class="{ 'trace--is-detailed' : showDetails[trace.key] }"
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<tr v-if="traces.length === 0"> <tr v-if="traces.length === 0">
<td class="is-muted" colspan="7">No traces found.</td> <td class="is-muted" colspan="7">No traces found.</td>
</tr> </tr>
</tbdoy> </tbody>
</table> </table>
</template> </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