Skip to content

Commit 93f4947

Browse files
committed
Add template name to workspace view model
1 parent a87925c commit 93f4947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/gateway/models/WorkspaceAgentModel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import com.coder.gateway.sdk.v2.models.WorkspaceBuildTransition
77

88
data class WorkspaceAgentModel(
99
val name: String,
10+
val templateName: String,
1011

1112
val jobStatus: ProvisionerJobStatus,
1213
val buildTransition: WorkspaceBuildTransition,

0 commit comments

Comments
 (0)