Skip to content

Commit 8878990

Browse files
committed
fixup! feat: add terminal links
1 parent afa679a commit 8878990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Resources/Resources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const Resources: React.FC<ResourcesProps> = ({ resources, getResourcesErr
8282
{getDisplayAgentStatus(theme, agent).status}
8383
</span>
8484
</TableCell>
85-
<TableCell className={styles.agentColumn}>
85+
<TableCell>
8686
<TerminalLink
8787
workspaceName={workspace.name}
8888
agentName={agent.name}

0 commit comments

Comments
 (0)