From 82569d3c874fe04a42a7a4cb36a9b3f653073e7a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 8 Jul 2024 02:09:27 +0700 Subject: _www: inform that caches is auto refresh every 10 seconds --- _www/index.html | 4 ++-- 1 file 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}
+ Auto refresh every 10 seconds.`; let w = document.getElementById("caches"); let out = ""; for (let x = answers.length - 1; x >= 0; x--) { -- cgit v1.3