mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat: add preset filter for audit logins (#6066)
This commit is contained in:
@@ -36,14 +36,14 @@ const presetFilters = [
|
||||
},
|
||||
{ query: "resource_type:template action:create", name: "Added templates" },
|
||||
{ query: "resource_type:user action:delete", name: "Deleted users" },
|
||||
{
|
||||
query: "resource_type:workspace_build action:start",
|
||||
name: "Started builds",
|
||||
},
|
||||
{
|
||||
query: "resource_type:workspace_build action:start build_reason:initiator",
|
||||
name: "Builds started by a user",
|
||||
},
|
||||
{
|
||||
query: "resource_type:api_key action:login",
|
||||
name: "User logins",
|
||||
},
|
||||
]
|
||||
|
||||
export interface AuditPageViewProps {
|
||||
|
||||
Reference in New Issue
Block a user