Model & Backend Management
Manage your installed models and backends
- - -diff --git a/core/http/static/general.css b/core/http/static/general.css index 467821970a22..c63ceb31baa1 100644 --- a/core/http/static/general.css +++ b/core/http/static/general.css @@ -39,6 +39,11 @@ body { background-color: var(--color-bg-primary); } +/* Pages without sidebar (e.g. login): center content */ +.app-layout.no-sidebar .main-content { + margin-left: 0; +} + /* Chat page: fix viewport height so messages scroll and input stays fixed at bottom */ .app-layout.chat-layout { height: 100vh; diff --git a/core/http/views/404.html b/core/http/views/404.html index 2ac69b9e30b9..3788498bc6da 100644 --- a/core/http/views/404.html +++ b/core/http/views/404.html @@ -19,15 +19,13 @@
The page you're looking for doesn't exist or has been moved
- diff --git a/core/http/views/backends.html b/core/http/views/backends.html index f2d53349d2a9..ba22dc4fb3fa 100644 --- a/core/http/views/backends.html +++ b/core/http/views/backends.html @@ -61,10 +61,10 @@{{if .ErrorMessage}}{{.ErrorMessage}}{{else}}An unexpected error occurred{{end}}
-Get started by installing a model from the gallery or importing it
- {{$modelsN}} model{{if gt $modelsN 1}}s{{end}} ready to use -
++ {{$modelsN}} model{{if gt $modelsN 1}}s{{end}} ready to use +
+Backends power your AI models. Install them from the backend gallery to get started
- @@ -502,14 +481,14 @@Configure watchdog and backend request settings
View logged API requests and responses
-