Skip to content

Commit 7b859f9

Browse files
author
Ubuntu
committed
fix: remove ssh connect button
1 parent 7f5f6c2 commit 7b859f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/modules/resources/AgentRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,13 @@ export const AgentRow: FC<AgentRowProps> = ({
190190

191191
{showBuiltinApps && (
192192
<div css={{ display: "flex" }}>
193-
{!hideSSHButton && agent.display_apps.includes("ssh_helper") && (
193+
{/*{!hideSSHButton && agent.display_apps.includes("ssh_helper") && (
194194
<SSHButton
195195
workspaceName={workspace.name}
196196
agentName={agent.name}
197197
sshPrefix={sshPrefix}
198198
/>
199-
)}
199+
)}*/}
200200
{proxy.preferredWildcardHostname &&
201201
proxy.preferredWildcardHostname !== "" &&
202202
agent.display_apps.includes("port_forwarding_helper") && (

0 commit comments

Comments
 (0)