From 2252776a97ad6ac5a4d593e1fd2d08951fa8d9c6 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Tue, 9 Jun 2026 14:52:48 +0900 Subject: [PATCH] Settings: promote Added Models to its own sidebar menu Move the Added Models endpoint lists out of the Add Models card into a dedicated sidebar tab between Add Models and AI Defaults. The card now focuses purely on adding (Local / API tabs), while the new panel owns the existing endpoints + Probe and Clear-offline controls. admin.js: defensive fallback so a stale 'added' value in localStorage falls back to 'local' instead of leaving both panes hidden. --- static/index.html | 55 +++++++++++++++++++++++++--------------------- static/js/admin.js | 6 ++++- 2 files changed, 35 insertions(+), 26 deletions(-) diff --git a/static/index.html b/static/index.html index 8b4f5b27f..64acbe1a7 100644 --- a/static/index.html +++ b/static/index.html @@ -1325,6 +1325,10 @@ Add Models + - - +

Add Models (Endpoints)

-
@@ -2134,21 +2127,33 @@ - - + + +