Add the site to the ui and allow picking

This commit is contained in:
Owen
2026-04-21 14:34:28 -07:00
parent 7b3c10c7b0
commit dc299a740b
4 changed files with 79 additions and 0 deletions

View File

@@ -335,6 +335,9 @@ export const orgQueries = {
healthChecks: {
targetHealthCheckId: number;
name: string;
siteId: number | null;
siteName: string | null;
siteNiceId: string | null;
hcEnabled: boolean;
hcHealth: "unknown" | "healthy" | "unhealthy";
hcMode: string | null;