From 190fa874c77b46358677a0654f6dd2a43adef80d Mon Sep 17 00:00:00 2001 From: alpha-nerd-nomyo Date: Wed, 3 Sep 2025 19:20:01 +0200 Subject: [PATCH] Add files via upload cosmetics --- static/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index dd9dfec..df27872 100644 --- a/static/index.html +++ b/static/index.html @@ -55,7 +55,7 @@
-

Available Models (Tags)

+

Available Models (Tags)

@@ -131,6 +131,8 @@ async function loadTags(){ const data = await fetchJSON('/api/tags'); const body = document.getElementById('tags-body'); body.innerHTML = data.models.map(m=>``).join(''); + const countSpan = document.getElementById('tags-count'); + countSpan.textContent = `${data.models.length}`; }catch(e){ console.error(e); } }
ModelDigest
${m.id || m.name}${m.digest}