diff options
| -rw-r--r-- | _www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_www/index.html b/_www/index.html index f61ce22..86edf67 100644 --- a/_www/index.html +++ b/_www/index.html @@ -21,7 +21,6 @@ } #caches { - height: 20em; overflow: auto; font-family: monospace; } @@ -208,7 +207,8 @@ } function renderCaches(answers) { - document.getElementById("summary").innerHTML = `Total caches: ${answers.length}`; + document.getElementById("summary").innerHTML = `Total caches: ${answers.length}<br/> + Auto refresh every 10 seconds.`; let w = document.getElementById("caches"); let out = ""; for (let x = answers.length - 1; x >= 0; x--) { |
