From f9b15b9156f1536c5fec8afd26c271f67acd83b2 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Mon, 8 Dec 2025 10:31:53 -0500 Subject: [PATCH] add color to health check --- .../settings/resources/proxy/[niceId]/proxy/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx b/src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx index 476ac6ab..00f487ea 100644 --- a/src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx +++ b/src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx @@ -931,9 +931,10 @@ export default function ReverseProxyTargets(props: { openHealthCheckDialog(row.original) } > - -
- {getStatusIcon(status)} +
+ {getStatusText(status)}