Skip to content

fix: FE show correct config-ssh prefix #6904

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 3 commits into from
Mar 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make fmt
  • Loading branch information
Emyrk committed Mar 30, 2023
commit cff9655e12a09731d204f32b51e6ac32b498e856
4 changes: 3 additions & 1 deletion site/src/components/SSHButton/SSHButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
Connect to the agent:
</strong>
</HelpTooltipText>
<CodeExample code={`ssh ${sshPrefix}${workspaceName}.${agentName}`} />
<CodeExample
code={`ssh ${sshPrefix}${workspaceName}.${agentName}`}
/>
</div>
</Stack>

Expand Down