optimize gui
add help text sections
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<nav class="navbar navbar-dark bg-black border-bottom border-secondary px-3">
|
||||
<span class="navbar-brand fw-semibold text-info">
|
||||
mitho Admin
|
||||
mitho® RAG-System
|
||||
</span>
|
||||
|
||||
<div class="ms-auto d-flex align-items-center gap-3">
|
||||
@@ -79,12 +79,12 @@
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_jobs') }}">
|
||||
Ingest Jobs
|
||||
Indexierungs-Log (Ingest Jobs)
|
||||
</a>
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_system_agent' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_agent') }}">
|
||||
Chunk-Index
|
||||
Retrieval Wissensbasis (Chunk-Index)
|
||||
</a>
|
||||
|
||||
<hr class="border-secondary">
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_ingest_profile' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_ingest_profile_list') }}">
|
||||
Ingest Profiles
|
||||
Indexierungsprofile (Ingest Profiles)
|
||||
</a>
|
||||
|
||||
<hr class="border-secondary">
|
||||
@@ -111,7 +111,7 @@
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_model_config_list') }}">
|
||||
Modell-Generierung
|
||||
Modell-Generierung (Matrix Parameter)
|
||||
</a>
|
||||
<hr class="border-secondary">
|
||||
<div class="text-info text-uppercase small mb-2">
|
||||
|
||||
Reference in New Issue
Block a user