Feature: Add screensize to UI

This commit is contained in:
Tobias Hüske 2022-07-16 07:29:55 +02:00
parent 910f165103
commit 8d358ccb9d
7 changed files with 30 additions and 5 deletions

View file

@ -3,7 +3,7 @@ import { ok, methodNotAllowed, unauthorized, badRequest } from 'lib/response';
import { allowQuery } from 'lib/auth';
import { useCors } from 'lib/middleware';
const sessionColumns = ['browser', 'os', 'device', 'country', 'language'];
const sessionColumns = ['browser', 'os', 'device', 'screen', 'country', 'language'];
const pageviewColumns = ['url', 'referrer'];
function getTable(type) {