We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed37b4 commit 4155b08Copy full SHA for 4155b08
site/src/pages/AuditPage/AuditPageView.tsx
@@ -36,14 +36,14 @@ const presetFilters = [
36
},
37
{ query: "resource_type:template action:create", name: "Added templates" },
38
{ query: "resource_type:user action:delete", name: "Deleted users" },
39
- {
40
- query: "resource_type:workspace_build action:start",
41
- name: "Started builds",
42
- },
43
{
44
query: "resource_type:workspace_build action:start build_reason:initiator",
45
name: "Builds started by a user",
46
+ {
+ query: "resource_type:api_key action:login",
+ name: "User logins",
+ },
47
]
48
49
export interface AuditPageViewProps {
0 commit comments