From 915e3ecc94b4d629e5df87fc046a14495883ee4d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 11 Jun 2024 12:05:54 +0200 Subject: [PATCH] dashboard: Show eventlog source IP in details --- dashboard/src/views/app.html | 5 ++++- dashboard/src/views/eventlog.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dashboard/src/views/app.html b/dashboard/src/views/app.html index 2fce86436..c51f52a28 100644 --- a/dashboard/src/views/app.html +++ b/dashboard/src/views/app.html @@ -1463,7 +1463,10 @@ -
{{ eventLog.raw.data | json }}
+ +

Source IP: {{ eventLog.raw.source.ip }}

+
{{ eventLog.raw.data | json }}
+ diff --git a/dashboard/src/views/eventlog.html b/dashboard/src/views/eventlog.html index d0e856a55..0ec236627 100644 --- a/dashboard/src/views/eventlog.html +++ b/dashboard/src/views/eventlog.html @@ -43,7 +43,10 @@ -
{{ eventLog.raw.data | json }}
+ +

Source IP: {{ eventLog.raw.source.ip }}

+
{{ eventLog.raw.data | json }}
+