mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: show dormant workspaces by default (#11053)
This commit is contained in:
@ -221,7 +221,7 @@ func (q *sqlQuerier) GetAuthorizedWorkspaces(ctx context.Context, arg GetWorkspa
|
||||
arg.Name,
|
||||
arg.HasAgent,
|
||||
arg.AgentInactiveDisconnectTimeoutSeconds,
|
||||
arg.IsDormant,
|
||||
arg.Dormant,
|
||||
arg.LastUsedBefore,
|
||||
arg.LastUsedAfter,
|
||||
arg.Offset,
|
||||
|
Reference in New Issue
Block a user