Skip to content

Commit 4155b08

Browse files
authored
feat: add preset filter for audit logins (#6066)
1 parent bed37b4 commit 4155b08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/src/pages/AuditPage/AuditPageView.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ const presetFilters = [
3636
},
3737
{ query: "resource_type:template action:create", name: "Added templates" },
3838
{ query: "resource_type:user action:delete", name: "Deleted users" },
39-
{
40-
query: "resource_type:workspace_build action:start",
41-
name: "Started builds",
42-
},
4339
{
4440
query: "resource_type:workspace_build action:start build_reason:initiator",
4541
name: "Builds started by a user",
4642
},
43+
{
44+
query: "resource_type:api_key action:login",
45+
name: "User logins",
46+
},
4747
]
4848

4949
export interface AuditPageViewProps {

0 commit comments

Comments
 (0)