Able to connect multi site on olm - POC 1

This commit is contained in:
Owen
2025-04-01 12:49:02 -04:00
parent 96d6ad8142
commit 5ff4215bde
5 changed files with 39 additions and 30 deletions

View File

@@ -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),