forked from 0x2620/pandora
in statistics dialog, use live data, not non-existing json file
This commit is contained in:
parent
fb91217671
commit
746a7a42c7
1 changed files with 3 additions and 3 deletions
|
@ -93,14 +93,14 @@ pandora.ui.statisticsDialog = function() {
|
||||||
|
|
||||||
$tabPanel;
|
$tabPanel;
|
||||||
|
|
||||||
Ox.getJSON('/static/json/deleteme.json', function(result) {
|
//Ox.getJSON('/static/json/deleteme.json', function(result) {
|
||||||
/*
|
///*
|
||||||
pandora.api.findUsers({
|
pandora.api.findUsers({
|
||||||
keys: ['browser', 'email', 'firstseen', 'lastseen', 'level', 'location', 'system'],
|
keys: ['browser', 'email', 'firstseen', 'lastseen', 'level', 'location', 'system'],
|
||||||
range: [0, 1000000],
|
range: [0, 1000000],
|
||||||
sort: [{key: 'username', operator: '+'}]
|
sort: [{key: 'username', operator: '+'}]
|
||||||
}, function(result) {
|
}, function(result) {
|
||||||
*/
|
//*/
|
||||||
|
|
||||||
var data = {},
|
var data = {},
|
||||||
flagCountry = {},
|
flagCountry = {},
|
||||||
|
|
Loading…
Reference in a new issue