mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat: support custom order of agent metadata (#12066)
This commit is contained in:
@ -5687,6 +5687,7 @@ func (q *FakeQuerier) InsertWorkspaceAgentMetadata(_ context.Context, arg databa
|
||||
Key: arg.Key,
|
||||
Timeout: arg.Timeout,
|
||||
Interval: arg.Interval,
|
||||
DisplayOrder: arg.DisplayOrder,
|
||||
}
|
||||
|
||||
q.workspaceAgentMetadata = append(q.workspaceAgentMetadata, metadatum)
|
||||
|
Reference in New Issue
Block a user