From 4882df20dfbb377b53d0399a269c873350c3ef37 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Sat, 20 Jun 2026 14:57:28 -0700 Subject: [PATCH] ui: shared-backend busy banner Poll the shared llama.cpp /slots endpoint (via hanxiao.io/llama-api/slots, CORS-open) every 4s and show a style-matched banner under the masthead when other slots are busy, so a queued or slowed run on the shared L4 backend is expected behavior. Hidden when idle; red 'queued' state when all slots are in use. --- web/index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/web/index.html b/web/index.html index 966390c..f4d885b 100644 --- a/web/index.html +++ b/web/index.html @@ -241,5 +241,35 @@

Jobs

} loadJobs();setInterval(loadJobs,4000); + +