Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7b1bcda

Browse files
Fix only showing first recent connection status
1 parent 217575c commit 7b1bcda

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## Unreleased
66

7+
### Fixed
8+
9+
- All recent connections show their status now, not just the first.
10+
711
## 2.11.3 - 2024年04月30日
812

913
### Fixed

‎gradle.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup=com.coder.gateway
44
pluginName=coder-gateway
55
# SemVer format -> https://semver.org
6-
pluginVersion=2.11.3
6+
pluginVersion=2.11.4
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
99
pluginSinceBuild=233.6745

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class CoderGatewayRecentWorkspaceConnectionsView(private val setContentCallback:
253253
},
254254
)
255255
}.topGap(gap)
256-
if (showError) {
256+
if (deploymentError ==null||showError) {
257257
row {
258258
// There must be a way to make this properly wrap?
259259
label("<html><body style='width:350px;'>" + status.third + "</html>").applyToComponent {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /