mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 12:57:07 +00:00
Add missing health column
This commit is contained in:
@@ -129,7 +129,8 @@ export default async function ProxyResourcesPage(
|
||||
healthStatus: target.healthStatus,
|
||||
siteName: target.siteName
|
||||
})),
|
||||
sites: resource.sites ?? []
|
||||
sites: resource.sites ?? [],
|
||||
health: (resource.health as ResourceRow["health"]) ?? undefined
|
||||
};
|
||||
});
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user