add more resource columns and add org list to landing page for testing

This commit is contained in:
Milo Schwartz
2024-10-19 17:01:23 -04:00
parent 57ba84eb02
commit e40328aeb7
5 changed files with 58 additions and 6 deletions

View File

@@ -25,6 +25,8 @@ export default async function Page({ params }: ResourcesPageProps) {
id: resource.resourceId.toString(),
name: resource.name,
orgId: params.orgId,
domain: resource.subdomain || "",
site: resource.siteName || "None",
};
});