Skip to content

Commit 80522e0

Browse files
author
cdosso
committed
Add Agent name in rows
1 parent 24fce61 commit 80522e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/CoderGatewayRecentWorkspaceConnectionsView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class CoderGatewayRecentWorkspaceConnectionsView(private val setContentCallback:
244244
foreground = Color.GRAY
245245
}
246246
}
247-
label("").resizableColumn().align(AlignX.FILL)
247+
label(workspaceProjectIDE.name.replace(workspaceName+".","")).resizableColumn()
248248
label(workspaceProjectIDE.ideName).applyToComponent {
249249
foreground = JBUI.CurrentTheme.ContextHelp.FOREGROUND
250250
font = ComponentPanelBuilder.getCommentFont(font)

0 commit comments

Comments
 (0)