diff options
| author | Shulhan <ms@kilabit.info> | 2024-07-08 02:09:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-07-15 00:36:08 +0700 |
| commit | 82569d3c874fe04a42a7a4cb36a9b3f653073e7a (patch) | |
| tree | b6d7286c1bd9f3ce590c899eae77729ee924a096 | |
| parent | e6c6a89ef014bef56d1078fcc622038d35ee2354 (diff) | |
| download | rescached-82569d3c874fe04a42a7a4cb36a9b3f653073e7a.tar.xz | |
_www: inform that caches is auto refresh every 10 seconds
| -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--) { |
