add newt version update available to table

This commit is contained in:
miloschwartz
2025-06-30 13:59:30 -07:00
parent 4ffdd6f74f
commit 1e5141c27c
4 changed files with 98 additions and 7 deletions

View File

@@ -49,7 +49,9 @@ export default async function SitesPage(props: SitesPageProps) {
mbOut: formatSize(site.megabytesOut || 0, site.type),
orgId: params.orgId,
type: site.type as any,
online: site.online
online: site.online,
newtVersion: site.newtVersion || undefined,
newtUpdateAvailable: site.newtUpdateAvailable || false,
};
});