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 42e4ca5 commit 42ac589Copy full SHA for 42ac589
src/main/kotlin/com/coder/toolbox/CoderRemoteEnvironment.kt
@@ -42,7 +42,7 @@ class CoderRemoteEnvironment(
42
override val state: MutableStateFlow<RemoteEnvironmentState> =
43
MutableStateFlow(wsRawStatus.toRemoteEnvironmentState(context))
44
override val description: MutableStateFlow<EnvironmentDescription> =
45
- MutableStateFlow(EnvironmentDescription.General(context.i18n.pnotr(workspace.templateName)))
+ MutableStateFlow(EnvironmentDescription.General(context.i18n.pnotr(workspace.templateDisplayName)))
46
47
override val actionsList: StateFlow<List<ActionDescription>> = MutableStateFlow(
48
listOf(
0 commit comments