diff --git a/messages/en-US.json b/messages/en-US.json index e095ee662..7cbf6b166 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -673,6 +673,7 @@ "targetNoOneDescription": "Adding more than one target above will enable load balancing.", "targetsSubmit": "Save Targets", "addTarget": "Add Target", + "proxyMultiSiteRoundRobinNodeHelp": "Round robin routing will not work between sites that are not connected to the same node, but failover will work.", "targetErrorInvalidIp": "Invalid IP address", "targetErrorInvalidIpDescription": "Please enter a valid IP address or hostname", "targetErrorInvalidPort": "Invalid port", 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 ba237b9b6..823c0f957 100644 --- a/src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx +++ b/src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx @@ -84,6 +84,7 @@ import { AlertTriangle, CircleCheck, CircleX, + ExternalLink, Info, Plus, Settings @@ -961,13 +962,18 @@ function ProxyResourceTargetsForm({ {build === "saas" && targets.length > 1 && new Set(targets.map((t) => t.siteId)).size > 1 && ( -
-
+ {t("proxyMultiSiteRoundRobinNodeHelp")}{" "}
+
+ {t("learnMore")}
+
-
+ {t("proxyMultiSiteRoundRobinNodeHelp")}{" "}
+
+ {t("learnMore")}
+