From 799dba68fb9e6f2c3a71ea9f023193fc02c1903c Mon Sep 17 00:00:00 2001 From: RotPublic <63988781+xiaoyixin-cmd@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:47:32 +0800 Subject: [PATCH] fixName (#1213) --- .../packages/core/src/components/FastdeployGraph/CPUTables.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/packages/core/src/components/FastdeployGraph/CPUTables.tsx b/frontend/packages/core/src/components/FastdeployGraph/CPUTables.tsx index 98371a55..bf82ce07 100644 --- a/frontend/packages/core/src/components/FastdeployGraph/CPUTables.tsx +++ b/frontend/packages/core/src/components/FastdeployGraph/CPUTables.tsx @@ -62,7 +62,7 @@ const App: FunctionComponent = ({Datas}) => { width: 150 }, { - title: `${t('Fastdeploy:total')}(GB)`, + title: `${t('Fastdeploy:used')}(GB)`, dataIndex: 'nv_gpu_memory_used_bytes', key: 'nv_gpu_memory_used_bytes', width: 150 -- GitLab