mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: support custom order of agent metadata (#12066)
This commit is contained in:
@ -2268,6 +2268,8 @@ type WorkspaceAgentMetadatum struct {
|
||||
Timeout int64 `db:"timeout" json:"timeout"`
|
||||
Interval int64 `db:"interval" json:"interval"`
|
||||
CollectedAt time.Time `db:"collected_at" json:"collected_at"`
|
||||
// Specifies the order in which to display agent metadata in user interfaces.
|
||||
DisplayOrder int32 `db:"display_order" json:"display_order"`
|
||||
}
|
||||
|
||||
type WorkspaceAgentScript struct {
|
||||
|
Reference in New Issue
Block a user