diff --git a/public/js/app.js b/public/js/app.js index 53ac5da..3e4e873 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -930,9 +930,9 @@ { key: 'rootFsUsedPct', label: '根分区使用率 (/)', value: formatPercent(data.rootFsUsedPct) }, { key: 'netRx', label: '网络接收速率 (RX)', value: formatBandwidth(data.netRx) }, { key: 'netTx', label: '网络发送速率 (TX)', value: formatBandwidth(data.netTx) }, - { key: 'networkTrend', label: '网络流量趋势 (24h)', value: '' }, { key: 'sockstatTcp', label: 'TCP 链接数 (Sockstat)', value: data.sockstatTcp.toFixed(0) }, - { key: 'sockstatTcpMem', label: 'TCP 内存占用', value: formatBytes(data.sockstatTcpMem) } + { key: 'sockstatTcpMem', label: 'TCP 内存占用', value: formatBytes(data.sockstatTcpMem) }, + { key: 'networkTrend', label: '网络流量趋势 (24h)', value: '' } ]; // Render normal metrics