mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 19:26:36 +00:00
Add online offline to table
This commit is contained in:
@@ -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,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user