mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
refactor: workspace autostop_schedule -> ttl (#1578)
Co-authored-by: G r e y <grey@coder.com>
This commit is contained in:
@ -101,7 +101,7 @@ var AuditableResources = auditMap(map[any]map[string]Action{
|
||||
"deleted": ActionIgnore, // Changes, but is implicit when a delete event is fired.
|
||||
"name": ActionTrack,
|
||||
"autostart_schedule": ActionTrack,
|
||||
"autostop_schedule": ActionTrack,
|
||||
"ttl": ActionTrack,
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user