Add online offline to table

This commit is contained in:
Owen Schwartz
2024-12-21 16:37:07 -05:00
parent b4b213e68f
commit 3fb3be1f1e
2 changed files with 39 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ export default async function SitesPage(props: SitesPageProps) {
mbOut: formatSize(site.megabytesOut || 0),
orgId: params.orgId,
type: site.type as any,
online: site.online,
};
});