webapp: Fix html error in eventlog
This commit is contained in:
parent
43394bc1bc
commit
34e1c43ca7
@ -1,10 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<th scope="col">{{ $t('eventlog.Start') }}</th>
|
<tr>
|
||||||
<th scope="col">{{ $t('eventlog.Stop') }}</th>
|
<th scope="col">{{ $t('eventlog.Start') }}</th>
|
||||||
<th scope="col">{{ $t('eventlog.Id') }}</th>
|
<th scope="col">{{ $t('eventlog.Stop') }}</th>
|
||||||
<th scope="col">{{ $t('eventlog.Message') }}</th>
|
<th scope="col">{{ $t('eventlog.Id') }}</th>
|
||||||
|
<th scope="col">{{ $t('eventlog.Message') }}</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<template v-for="event in eventLogList.count" :key="event">
|
<template v-for="event in eventLogList.count" :key="event">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user