Skip to content

Commit 12a8317

Browse files
committed
feature/1.8-Improve system observability
1 parent f1e5b29 commit 12a8317

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • frontend/packages/core/src/const/system

frontend/packages/core/src/const/system/const.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ export const REST_SERVICE_LOG_LIST: PageProColumns<LogItem>[] = [
556556
ellipsis: true
557557
},
558558
{
559-
title: 'API / Tool',
559+
title: 'API / Tools',
560560
dataIndex: ['api', 'name'],
561561
ellipsis: true
562562
},
@@ -600,7 +600,7 @@ export const AI_SERVICE_LOG_LIST: PageProColumns<LogItem>[] = [
600600
ellipsis: true
601601
},
602602
{
603-
title: 'API / Tool',
603+
title: 'API / Tools',
604604
dataIndex: ['api', 'name'],
605605
ellipsis: true
606606
},

0 commit comments

Comments
 (0)