diff --git a/static/js/stat.js b/static/js/stat.js index 6298e13..5730b5c 100644 --- a/static/js/stat.js +++ b/static/js/stat.js @@ -14,7 +14,7 @@ async function display(data) { document.getElementById('server_host').textContent = `HOST: ${data.host}`; let dat = data.dat[0] console.log(JSON.stringify(dat)) - document.getElementById('time').textContent = `COUNTER START TIME: ${dat.since}`; + document.getElementById('time').textContent = dat.since; document.getElementById('ldbws').textContent = dat.ldbws || "0"; document.getElementById('ldbsvws').textContent = dat.ldbsvws || "0"; document.getElementById('corpus').textContent = dat.corpus || "0"; diff --git a/static/stat.html b/static/stat.html index a3db7c4..bf09d3a 100644 --- a/static/stat.html +++ b/static/stat.html @@ -4,11 +4,11 @@ OwlBoard - STATS - +

OwlBoard Server Stats

-

- +

Counters Reset -

+
Resource Hit Count