Merge branch 'master-dev' into feature-Beta-dev-renpy

This commit is contained in:
任珮宇 2024-02-04 10:18:58 +08:00
commit 7c2d03d7da

View File

@ -207,25 +207,25 @@ const columns = [
},
},
{
title: 'CPU UTILIZATION',
title: 'DB MEMORY',
align: 'center',
dataIndex: 'cpuUutilzation',
dataIndex: ' dbMemory',
scopedSlots: {
customRender: 'cpu',
},
},
{
title: 'MEMORY USAGE',
title: 'LOG REMAINING SIZE',
align: 'center',
dataIndex: 'memoryUsage',
dataIndex: 'logRemainingSize',
scopedSlots: {
customRender: 'memory',
},
},
{
title: 'DISK USAGE',
title: 'DB SIZE',
align: 'center',
dataIndex: 'diskUsage',
dataIndex: 'dbSize',
scopedSlots: {
customRender: 'disk',
},