2
This commit is contained in:
@@ -322,7 +322,7 @@
|
||||
function updateDashboard(data) {
|
||||
// Server count
|
||||
dom.totalServers.textContent = data.totalServers;
|
||||
dom.serverCountText.textContent = `${data.totalServers} 台服务器`;
|
||||
dom.serverCountText.textContent = `${data.activeServers} / ${data.totalServers} 在线`;
|
||||
|
||||
// CPU
|
||||
const cpuPct = data.cpu.percent;
|
||||
|
||||
Reference in New Issue
Block a user