Rename to NecroHash, add remote, enhance dashboard for multi-device stats
Some checks failed
Docker Build & Push / build-and-push (push) Failing after 6s
Some checks failed
Docker Build & Push / build-and-push (push) Failing after 6s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user