Added ipAddress column (#2695)
This commit is contained in:
parent
66c1dfff5b
commit
1fa1e0dc46
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ export default function SessionsTable({
|
|||
displayKey: "sessions:lastAccess",
|
||||
cellFormatters: [dateFormatter(locale)],
|
||||
},
|
||||
{
|
||||
name: "ipAddress",
|
||||
displayKey: "events:ipAddress",
|
||||
},
|
||||
{
|
||||
name: "clients",
|
||||
displayKey: "sessions:clients",
|
||||
|
|
Loading…
Reference in a new issue