diff --git a/dashboard/src/components/app/Eventlog.vue b/dashboard/src/components/app/Eventlog.vue index 96c3ba8f8..dd0950a3d 100644 --- a/dashboard/src/components/app/Eventlog.vue +++ b/dashboard/src/components/app/Eventlog.vue @@ -53,9 +53,9 @@ onMounted(async () => {
| {{ $t('eventlog.time') }} | -{{ $t('eventlog.source') }} | -{{ $t('eventlog.details') }} | +{{ $t('eventlog.time') }} | +{{ $t('eventlog.source') }} | +{{ $t('eventlog.details') }} | |
|---|---|---|---|---|---|---|
| + |
Source IP: {{ eventlog.raw.source.ip }}
{{ JSON.stringify(eventlog.raw.data, null, 4) }}
|
|||||