Skip to content

Commit 6aad4b5

Browse files
committed
improve:修复自测问题
1 parent 2319271 commit 6aad4b5

File tree

4 files changed

+204
-84
lines changed

4 files changed

+204
-84
lines changed

ui/src/pages/Inspection/HistoryList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function HistoryList() {
4747

4848
const columns = [
4949
{
50-
title: '任务 ID',
50+
title: '任务',
5151
dataIndex: 'namespace',
5252
render: (text, record) => {
5353
return <CustomTooltip text={`${text}/${record?.name}`} width={100} />;

0 commit comments

Comments
 (0)