Bump version to 1.0.0 with new Stat metric (CORPUS API)

This commit is contained in:
Fred Boniface
2023-02-16 21:40:11 +00:00
parent f6c805165a
commit 5453b8016f
4 changed files with 12 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ async function display(data) {
document.getElementById('time').textContent = await convertUnixLocal(dat.since);
document.getElementById('ldbws').textContent = dat.ldbws || "0";
document.getElementById('ldbsvws').textContent = dat.ldbsvws || "0";
document.getElementById('apicorpus').textContent = dat.corpus_api || "0";
document.getElementById('corpus').textContent = dat.corpus || "0";
document.getElementById('stations').textContent = dat.stations || "0";
document.getElementById('users').textContent = dat.user || "0";