diff --git a/dashboard/src/views/EventlogView.vue b/dashboard/src/views/EventlogView.vue index 29a1cf383..e93882ea2 100644 --- a/dashboard/src/views/EventlogView.vue +++ b/dashboard/src/views/EventlogView.vue @@ -175,6 +175,7 @@ onUnmounted(() => { {{ $t('eventlog.time') }} {{ $t('eventlog.source') }} {{ $t('eventlog.details') }} + @@ -183,9 +184,10 @@ onUnmounted(() => { {{ prettyLongDate(eventlog.raw.creationTime) }} {{ eventlog.source }} + - +
Source IP: {{ eventlog.raw.source.ip }}
{{ JSON.stringify(eventlog.raw.data, null, 4) }}