exclude robots from statistics
This commit is contained in:
parent
746a7a42c7
commit
73d6fa7c63
1 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,10 @@ pandora.ui.statisticsDialog = function() {
|
|||
///*
|
||||
pandora.api.findUsers({
|
||||
keys: ['browser', 'email', 'firstseen', 'lastseen', 'level', 'location', 'system'],
|
||||
query: {
|
||||
conditions: [{key: 'level', value: 'robot', operator: '!='}],
|
||||
operator: '&'
|
||||
},
|
||||
range: [0, 1000000],
|
||||
sort: [{key: 'username', operator: '+'}]
|
||||
}, function(result) {
|
||||
|
|
Loading…
Reference in a new issue