Database Monitor 列表字段调整
This commit is contained in:
parent
165a05baf9
commit
fab7b4570c
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user