mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-13 10:20:20 +01:00
Added i18n support for the web interface
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<th scope="col">Start</th>
|
||||
<th scope="col">Stop</th>
|
||||
<th scope="col">ID</th>
|
||||
<th scope="col">Message</th>
|
||||
<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>
|
||||
</thead>
|
||||
<tbody>
|
||||
<template v-for="event in eventLogList.count" :key="event">
|
||||
|
||||
Reference in New Issue
Block a user