mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: clarify region selection behavior (#9021)
* chore: clarify region selection behavior * Update site/src/components/Navbar/NavbarView.tsx Co-authored-by: Kyle Carberry <kyle@coder.com> --------- Co-authored-by: Kyle Carberry <kyle@coder.com>
This commit is contained in:
co-authored by
Kyle Carberry
parent
59fd4e86c9
commit
1c7bd57da8
@@ -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 CLI connections. A region must be
|
||||
manually selected, otherwise the default primary region will be
|
||||
used.
|
||||
</Typography>
|
||||
</Box>
|
||||
<Divider sx={{ borderColor: (theme) => theme.palette.divider }} />
|
||||
|
||||
Reference in New Issue
Block a user