optimize ux
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_dashboard' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_dashboard') }}">
|
||||
<i class="bi bi-hdd-rack"></i> Dashboard
|
||||
<i class="bi bi-hdd-rack"></i> Systemübersicht
|
||||
</a>
|
||||
|
||||
<hr class="border-secondary">
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_system_agent' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_agent') }}">
|
||||
<i class="bi bi-body-text"></i> Wissensbasis (Chunk-Index)
|
||||
<i class="bi bi-robot"></i> Wissensbasis (Chunk-Index)
|
||||
</a>
|
||||
|
||||
<hr class="border-secondary">
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_ingest_profile' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_ingest_profile_list') }}">
|
||||
<i class="bi bi-diagram-3-fill"></i> Indexierungsprofile (Ingest)
|
||||
<i class="bi bi-search"></i> Indexierungsprofile (Ingest)
|
||||
</a>
|
||||
|
||||
<hr class="border-secondary">
|
||||
@@ -108,7 +108,7 @@
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_model_config_list') }}">
|
||||
<i class="bi bi-motherboard-fill"></i> LLM-Setup (Parameter)
|
||||
<i class="bi bi-rocket-takeoff-fill"></i> LLM-Setup (Parameter)
|
||||
</a>
|
||||
<hr class="border-secondary">
|
||||
<div class="text-info text-uppercase small mb-2">
|
||||
@@ -117,7 +117,7 @@
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_guides_index') }}">
|
||||
<i class="bi bi-collection"></i> How-To & Leitfäden
|
||||
<i class="bi bi-mortarboard-fill"></i> How-To & Leitfäden
|
||||
</a>
|
||||
<hr class="border-secondary">
|
||||
<div class="text-info text-uppercase small mb-2">
|
||||
@@ -125,15 +125,15 @@
|
||||
</div>
|
||||
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_jobs') }}">
|
||||
<i class="bi bi-binoculars-fill"></i> Indexierungs-Log (Ingest Jobs)
|
||||
<i class="bi bi-terminal"></i> Indexierungs-Log (Ingest Jobs)
|
||||
</a>
|
||||
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_vector_log') }}">
|
||||
<i class="bi bi-binoculars-fill"></i> Vector-Log Python
|
||||
<i class="bi bi-terminal"></i> Vector-Log Python
|
||||
</a>
|
||||
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_system_logs_index') }}">
|
||||
<i class="bi bi-binoculars-fill"></i> System-Logs
|
||||
<i class="bi bi-terminal"></i> System-Logs
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user