Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6150abe commit ddc1b63Copy full SHA for ddc1b63
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