Skip to content

feat: Add portforward to the UI #3812

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 13, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const PortForwardButton: React.FC<React.PropsWithChildren<PortForwardButt
>
<Stack direction="column" spacing={1}>
<HelpTooltipText>
You can portforward this resource by typing the{" "}
You can port forward this resource by typing the{" "}
<strong>port, workspace name, agent name</strong> and <strong>your username</strong> in
the URL like the example below
</HelpTooltipText>
Expand Down