optimize ux
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user