From 89f18a865c1c3552e4e26090c4b1532bb3ec900c Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Thu, 10 Aug 2023 09:08:37 -0500 Subject: [PATCH 1/2] chore: clarify region selection behavior --- site/src/components/Navbar/NavbarView.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/src/components/Navbar/NavbarView.tsx b/site/src/components/Navbar/NavbarView.tsx index 6bc5777b95064..8c5330ae36aa8 100644 --- a/site/src/components/Navbar/NavbarView.tsx +++ b/site/src/components/Navbar/NavbarView.tsx @@ -307,7 +307,9 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({ }} > Workspace proxies improve terminal and web app connections to - workspaces. This does not apply to SSH connections. + workspaces. This does not apply to SSH connections. A region must be + manually selected, otherwise the default primary region will be + used. theme.palette.divider }} /> From ed21dc61e984fc35b78c0ab2fa9d5bbcfb3543c6 Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Thu, 10 Aug 2023 12:27:10 -0500 Subject: [PATCH 2/2] Update site/src/components/Navbar/NavbarView.tsx Co-authored-by: Kyle Carberry --- site/src/components/Navbar/NavbarView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/Navbar/NavbarView.tsx b/site/src/components/Navbar/NavbarView.tsx index 8c5330ae36aa8..e90c23e7654e0 100644 --- a/site/src/components/Navbar/NavbarView.tsx +++ b/site/src/components/Navbar/NavbarView.tsx @@ -307,7 +307,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({ }} > Workspace proxies improve terminal and web app connections to - workspaces. This does not apply to SSH connections. A region must be + workspaces. This does not apply to CLI connections. A region must be manually selected, otherwise the default primary region will be used.