mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-12 16:06:38 +00:00
Able to connect multi site on olm - POC 1
This commit is contained in:
@@ -36,8 +36,6 @@ export default async function ClientsPage(props: ClientsPageProps) {
|
||||
const clientRows: ClientRow[] = clients.map((client) => {
|
||||
return {
|
||||
name: client.name,
|
||||
siteName: client.siteName,
|
||||
siteId: client.siteNiceId,
|
||||
id: client.clientId,
|
||||
mbIn: formatSize(client.megabytesIn || 0),
|
||||
mbOut: formatSize(client.megabytesOut || 0),
|
||||
|
||||
Reference in New Issue
Block a user