From 1fa1e0dc4626cbdca58398ef919deadf5f69b652 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Fri, 27 May 2022 11:27:17 +0200 Subject: [PATCH] Added ipAddress column (#2695) --- src/sessions/SessionsTable.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sessions/SessionsTable.tsx b/src/sessions/SessionsTable.tsx index 0050aee0eb..6f41bd10bd 100644 --- a/src/sessions/SessionsTable.tsx +++ b/src/sessions/SessionsTable.tsx @@ -74,6 +74,10 @@ export default function SessionsTable({ displayKey: "sessions:lastAccess", cellFormatters: [dateFormatter(locale)], }, + { + name: "ipAddress", + displayKey: "events:ipAddress", + }, { name: "clients", displayKey: "sessions:clients",