diff --git a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx index 44c7769f..9588e0c8 100644 --- a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx +++ b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx @@ -1118,28 +1118,32 @@ export default function ReverseProxyTargets(props: { - + {resource.http && ( + + )} -
- {"://"} -
+ {resource.http && ( +
+ {"://"} +
+ )} - + {isHttp && ( + + )} -
- {"://"} -
+ {isHttp && ( +
+ {"://"} +
+ )}