mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
fix: 修复概览页流量显示问题 (#797)
This commit is contained in:
@@ -479,11 +479,11 @@ const loadData = async () => {
|
||||
yDatas: [
|
||||
{
|
||||
name: i18n.global.t('monitor.up'),
|
||||
data: netBytesRecvs.value,
|
||||
data: netBytesSents.value,
|
||||
},
|
||||
{
|
||||
name: i18n.global.t('monitor.down'),
|
||||
data: netBytesSents.value,
|
||||
data: netBytesRecvs.value,
|
||||
},
|
||||
],
|
||||
formatStr: 'KB/s',
|
||||
|
||||
Reference in New Issue
Block a user