add geo info to user table
This commit is contained in:
parent
c31647358e
commit
3de8bbe367
5 changed files with 65 additions and 1 deletions
|
|
@ -189,6 +189,27 @@ pandora.ui.usersDialog = function() {
|
|||
visible: true,
|
||||
width: 90
|
||||
},
|
||||
{
|
||||
id: 'location',
|
||||
operator: '+',
|
||||
title: 'Location',
|
||||
visible: true,
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
id: 'browser',
|
||||
operator: '+',
|
||||
title: 'Browser',
|
||||
visible: true,
|
||||
width: 60
|
||||
},
|
||||
{
|
||||
id: 'system',
|
||||
operator: '+',
|
||||
title: 'System',
|
||||
visible: true,
|
||||
width: 60
|
||||
},
|
||||
{
|
||||
id: 'useragent',
|
||||
operator: '+',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue