From 0d2e7e9946dfea381f248597dbd5a49f65e7f215 Mon Sep 17 00:00:00 2001 From: HynLcc Date: Wed, 10 Jun 2026 13:31:29 +0800 Subject: [PATCH] docs: update audit log filters and pagination --- en/basic/admin-panel/audit-log.mdx | 6 +++++- zh/basic/admin-panel/audit-log.mdx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/en/basic/admin-panel/audit-log.mdx b/en/basic/admin-panel/audit-log.mdx index 72be815..e742a5c 100644 --- a/en/basic/admin-panel/audit-log.mdx +++ b/en/basic/admin-panel/audit-log.mdx @@ -22,10 +22,14 @@ Use the filters at the top of the page to narrow the log list: - **Select Operator**: Show actions performed by a specific user. - **Select Space**: Show activity within a specific space. - **Select Base**: Show activity for a specific base. -- **Select Action**: Filter by operation type, such as records, fields, views, tables, bases, sharing, spaces, invitations, users, and access tokens. +- **Select Action**: Filter by operation type, such as records, fields, views, tables, bases, sharing, Authority Matrix, Authority Matrix roles, spaces, invitations, users, and access tokens. If a user, base, or space has been deleted, the entry remains in the log and the resource is marked as deleted. +## Browse Large Log Lists + +The audit log shows 50 entries per page. Use the page controls at the bottom of the list to move between pages. When there are many pages, enter a page number and click **Go** to jump directly to that page. + ## Notes - Only instance administrators can access the Admin Panel. diff --git a/zh/basic/admin-panel/audit-log.mdx b/zh/basic/admin-panel/audit-log.mdx index 397ee33..66352ee 100644 --- a/zh/basic/admin-panel/audit-log.mdx +++ b/zh/basic/admin-panel/audit-log.mdx @@ -22,10 +22,14 @@ description: "在管理员后台查看实例范围内的活动记录,筛选操 - **选择操作者**:查看某个用户执行的操作。 - **选择空间**:查看某个空间内的活动。 - **选择数据库**:查看某个数据库相关的活动。 -- **选择操作类型**:按记录、字段、视图、表格、数据库、分享、空间、邀请、用户和访问令牌等类型筛选。 +- **选择操作类型**:按记录、字段、视图、表格、数据库、分享、权限矩阵、权限矩阵角色、空间、邀请、用户和访问令牌等类型筛选。 如果用户、数据库或空间已被删除,审计记录仍会保留,并标记该资源已删除。 +## 浏览大量日志 + +审计日志每页显示 50 条记录。使用列表底部的分页控件可以切换页面。当页数较多时,输入页码并点击 **跳转**,可以直接跳转到指定页面。 + ## 注意事项 - 只有实例管理员可以访问管理面板。