From 12a8317dd89c3a28ef56ab75540f5a8ef4b20408 Mon Sep 17 00:00:00 2001 From: ningyv <1793599591@qq.com> Date: Wed, 30 Apr 2025 10:25:06 +0800 Subject: [PATCH] feature/1.8-Improve system observability --- frontend/packages/core/src/const/system/const.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/packages/core/src/const/system/const.tsx b/frontend/packages/core/src/const/system/const.tsx index 79d2b78f..b98f3ca9 100644 --- a/frontend/packages/core/src/const/system/const.tsx +++ b/frontend/packages/core/src/const/system/const.tsx @@ -556,7 +556,7 @@ export const REST_SERVICE_LOG_LIST: PageProColumns[] = [ ellipsis: true }, { - title: 'API / Tool', + title: 'API / Tools', dataIndex: ['api', 'name'], ellipsis: true }, @@ -600,7 +600,7 @@ export const AI_SERVICE_LOG_LIST: PageProColumns[] = [ ellipsis: true }, { - title: 'API / Tool', + title: 'API / Tools', dataIndex: ['api', 'name'], ellipsis: true },