web: fix fields for new api schema

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-13 15:36:25 +02:00
parent 4167276c8f
commit 0832145a01
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ export class UserCountStatusChart extends AKChart<UserMetrics> {
pageSize: 1
})).pagination.count;
const superusers = (await api.coreUsersList({
isSuperuser: "true"
isSuperuser: true
})).pagination.count;
this.centerText = count.toString();
return {