webapp: Fix html error in eventlog

This commit is contained in:
Thomas Basler 2024-09-20 23:08:08 +02:00
parent 43394bc1bc
commit 34e1c43ca7

View File

@ -1,10 +1,12 @@
<template>
<table class="table table-hover">
<thead>
<tr>
<th scope="col">{{ $t('eventlog.Start') }}</th>
<th scope="col">{{ $t('eventlog.Stop') }}</th>
<th scope="col">{{ $t('eventlog.Id') }}</th>
<th scope="col">{{ $t('eventlog.Message') }}</th>
</tr>
</thead>
<tbody>
<template v-for="event in eventLogList.count" :key="event">