optimize ux and set new maxhchunk val
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
</div>
|
||||
|
||||
{# ================= KNOWLEDGE CAPACITY ================= #}
|
||||
{% set percent = chunkLimit > 0 ? (chunkCount / chunkLimit * 100)|round(1) : 0 %}
|
||||
{% set percent = chunkLimit > 0 ? (chunkCount / chunkLimit * 100)|round(3) : 0 %}
|
||||
|
||||
<div class="col-lg-6 col-xl-3">
|
||||
<div class="card bg-black border-secondary text-light h-100">
|
||||
@@ -93,7 +93,7 @@
|
||||
<h4 class="mb-2">
|
||||
{{ chunkCount|number_format(0, ',', '.') }}
|
||||
<span class="text-secondary small">
|
||||
/ {{ chunkLimit|number_format(0, ',', '.') }}
|
||||
/ {{ chunkLimit|number_format(0, ',', '.') }} Chunks
|
||||
</span>
|
||||
</h4>
|
||||
|
||||
|
||||
@@ -10,9 +10,10 @@
|
||||
<div class="card bg-black border-secondary text-info">
|
||||
<div class="card-body">
|
||||
|
||||
<h1 class="h4 mb-4 text-center text-info">
|
||||
Heyl-Neomeris KI/RAG Login
|
||||
<h1 class="h3 mb-2 text-center text-info">
|
||||
Heyl Neomeris
|
||||
</h1>
|
||||
<h2 class="h6 mb-2 mt-1 text-center text-info">KI/RAG System-Login</h2>
|
||||
|
||||
{% if error %}
|
||||
<div class="alert alert-danger">
|
||||
@@ -64,7 +65,7 @@
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-3 small text-secondary">
|
||||
Zugriff nur für autorisierte Administratoren.
|
||||
Zugriff nur für autorisierte Personen.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user