mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-17 01:39:43 +02:00
update tables
This commit is contained in:
@@ -47,6 +47,9 @@ export default async function ClientsPage(props: ClientsPageProps) {
|
||||
online: client.online,
|
||||
olmVersion: client.olmVersion || undefined,
|
||||
olmUpdateAvailable: client.olmUpdateAvailable || false,
|
||||
userId: client.userId,
|
||||
username: client.username,
|
||||
userEmail: client.userEmail
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user