mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: support order
property of coder_agent
(#12121)
This commit is contained in:
@ -2243,6 +2243,8 @@ type WorkspaceAgent struct {
|
||||
Subsystems []WorkspaceAgentSubsystem `db:"subsystems" json:"subsystems"`
|
||||
DisplayApps []DisplayApp `db:"display_apps" json:"display_apps"`
|
||||
APIVersion string `db:"api_version" json:"api_version"`
|
||||
// Specifies the order in which to display agents in user interfaces.
|
||||
DisplayOrder int32 `db:"display_order" json:"display_order"`
|
||||
}
|
||||
|
||||
type WorkspaceAgentLog struct {
|
||||
|
Reference in New Issue
Block a user