We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5f6c2 commit 7b859f9Copy full SHA for 7b859f9
site/src/modules/resources/AgentRow.tsx
@@ -190,13 +190,13 @@ export const AgentRow: FC<AgentRowProps> = ({
190
191
{showBuiltinApps && (
192
<div css={{ display: "flex" }}>
193
- {!hideSSHButton && agent.display_apps.includes("ssh_helper") && (
+ {/*{!hideSSHButton && agent.display_apps.includes("ssh_helper") && (
194
<SSHButton
195
workspaceName={workspace.name}
196
agentName={agent.name}
197
sshPrefix={sshPrefix}
198
/>
199
- )}
+ )}*/}
200
{proxy.preferredWildcardHostname &&
201
proxy.preferredWildcardHostname !== "" &&
202
agent.display_apps.includes("port_forwarding_helper") && (
0 commit comments