From 9f87b8d27197855b86cae2cca45b3b11b58e1759 Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Fri, 15 Nov 2024 18:31:41 -0500 Subject: [PATCH] add "add targets" suggestion in info box --- .../components/ResourceInfoBox.tsx | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/app/[orgId]/settings/resources/[resourceId]/components/ResourceInfoBox.tsx b/src/app/[orgId]/settings/resources/[resourceId]/components/ResourceInfoBox.tsx index f7176970..96e8ef30 100644 --- a/src/app/[orgId]/settings/resources/[resourceId]/components/ResourceInfoBox.tsx +++ b/src/app/[orgId]/settings/resources/[resourceId]/components/ResourceInfoBox.tsx @@ -7,6 +7,7 @@ import { Button } from "@/components/ui/button"; import { InfoIcon, LinkIcon, CheckIcon, CopyIcon } from "lucide-react"; import { useOrgContext } from "@app/hooks/useOrgContext"; import { useResourceContext } from "@app/hooks/useResourceContext"; +import Link from "next/link"; type ResourceInfoBoxType = {}; @@ -68,20 +69,17 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) { - {/* */} + +

+ To create a proxy to your private services,{" "} + + add targets + {" "} + to this resource +