optimize ux

This commit is contained in:
team 1
2026-04-06 20:07:09 +02:00
parent bd818f5228
commit 0ef3b43b30
8 changed files with 25 additions and 14 deletions

View File

@@ -102,20 +102,24 @@
<hr class="border-secondary">
<div class="text-info text-uppercase small mb-2">
<div class="text-info text-uppercase small text-glow mb-2">
KI-Endpunkte
</div>
<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-rocket-takeoff-fill"></i> LLM-Setup (Parameter)
<i class="bi bi-rocket-takeoff-fill"></i> KI-/LLM-Setup
</a>
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
href="{{ path('admin_model_config_list') }}#agentLiveTest">
<i class="bi bi-rocket-takeoff-fill"></i> KI-Agent Live-Test
</a>
<hr class="border-secondary">
<div class="text-info text-uppercase small mb-2">
System-Guiide
</div>
<a class="nav-link text-light {% if route starts with 'admin_model_config' %}active fw-bold{% endif %}"
<a class="nav-link text-light {% if route starts with 'admin_guides_index' %}active fw-bold{% endif %}"
href="{{ path('admin_guides_index') }}">
<i class="bi bi-mortarboard-fill"></i> How-To & Leitfäden
</a>