mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 21:26:37 +00:00
show site type
This commit is contained in:
@@ -40,6 +40,7 @@ export default async function SitesPage(props: SitesPageProps) {
|
||||
mbIn: formatSize(site.megabytesIn || 0),
|
||||
mbOut: formatSize(site.megabytesOut || 0),
|
||||
orgId: params.orgId,
|
||||
type: site.type as any,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user