optimize ux and set new maxhchunk val

This commit is contained in:
team 1
2026-04-13 18:25:05 +02:00
parent f7685c6fb5
commit c23cfc664f
3 changed files with 8 additions and 7 deletions

View File

@@ -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>