Rename to NecroHash, add remote, enhance dashboard for multi-device stats
Some checks failed
Docker Build & Push / build-and-push (push) Failing after 6s

This commit is contained in:
Gemini Bot
2026-01-20 10:51:13 +00:00
parent ef7dcecea2
commit 65408e4668
6 changed files with 40 additions and 60 deletions

View File

@@ -61,6 +61,11 @@ document.addEventListener('DOMContentLoaded', function() {
document.getElementById('stat-accepted').innerText = formatNumber(summary['Accepted'] || 0);
document.getElementById('stat-hw').innerText = formatNumber(summary['Hardware Errors'] || 0);
}
// Update Device Count
if (devs) {
document.getElementById('stat-devices').innerText = devs.length;
}
// Update Max Temp
let maxTemp = 0;