web: fix fields for new api schema
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -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 { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer