diff --git a/dashboard/public/views/eventlog.html b/dashboard/public/views/eventlog.html index 35b92bcbd..b5023aa9a 100644 --- a/dashboard/public/views/eventlog.html +++ b/dashboard/public/views/eventlog.html @@ -1,47 +1,45 @@
| {{ 'eventlog.time' | tr }} | -{{ 'eventlog.source' | tr }} | -{{ 'eventlog.details' | tr }} | -|
|---|---|---|---|
| {{ eventLog.raw.creationTime | prettyDate }} | -{{ eventLog.source }} | -- | |
|
- Source IP: {{ eventLog.raw.data | json }}
- |
- |||
| {{ 'eventlog.time' | tr }} | +{{ 'eventlog.source' | tr }} | +{{ 'eventlog.details' | tr }} | +|
|---|---|---|---|
| {{ eventLog.raw.creationTime | prettyDate }} | +{{ eventLog.source }} | ++ | |
|
+ Source IP: {{ eventLog.raw.data | json }}
+ |
+ |||