From bca2eef2e8623808c47900a64d8647660e2db05a Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 16 Oct 2025 14:23:51 -0700 Subject: [PATCH] Show ssl toggle --- src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx index e3ab794b..6a3a9834 100644 --- a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx +++ b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx @@ -205,6 +205,7 @@ export default function ReverseProxyTargets(props: { }) { const params = use(props.params); const t = useTranslations(); + const { env } = useEnvContext(); const { resource, updateResource } = useResourceContext(); @@ -1491,7 +1492,7 @@ export default function ReverseProxyTargets(props: { className="space-y-4" id="tls-settings-form" > - {build == "oss" && ( + {!env.flags.usePangolinDns && (