fix: change username for ssh command in info tab

This commit is contained in:
2024-12-02 22:09:35 +00:00
parent e36aac560c
commit 6198b99b97

View File

@@ -53,7 +53,7 @@ function SshTab() {
<pre>{workspace.sshPort}</pre>
<p className="text-sm text-muted-foreground mt-4">Command</p>
<pre>
ssh -p {workspace.sshPort} testuser@
ssh -p {workspace.sshPort} username@
{import.meta.env.VITE_HOST_NAME || window.location.hostname}
</pre>
</TabContainer>