Skip to content

Commit 9af5475

Browse files
committed
add audit action track to new field
1 parent 2511a18 commit 9af5475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/audit/table.go

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
7171
"icon": ActionTrack,
7272
"default_ttl": ActionTrack,
7373
"max_ttl": ActionTrack,
74+
"autostart_block_days_of_week": ActionTrack,
7475
"autostop_requirement_days_of_week": ActionTrack,
7576
"autostop_requirement_weeks": ActionTrack,
7677
"created_by": ActionTrack,

0 commit comments

Comments
 (0)