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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user