mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 13:16:38 +00:00
add more resource columns and add org list to landing page for testing
This commit is contained in:
@@ -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",
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user