Skip to content

Commit c704fa5

Browse files
committed
swap hourglass for spinner
1 parent a51beea commit c704fa5

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
@@ -282,7 +282,7 @@ class CoderGatewayRecentWorkspaceConnectionsView(private val setContentCallback:
282282
row {
283283
// There must be a way to make this properly wrap?
284284
if (status.first == CoderIcons.PENDING) {
285-
icon(status.first)
285+
icon(AnimatedIcon.Default())
286286
}
287287
label("<html><body style='width:350px;'>" + status.third + "</html>").applyToComponent {
288288
foreground = status.second

0 commit comments

Comments
 (0)