mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
feat: show total number of documents
This commit is contained in:
parent
6589450bd6
commit
0ead3ed37a
1 changed files with 4 additions and 1 deletions
|
|
@ -215,7 +215,10 @@
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
<div class=" text-lg font-semibold self-center">{$i18n.t('Documents')}</div>
|
<div class="text-lg font-semibold self-center flex items-center space-x-2">
|
||||||
|
<span>{$i18n.t('Documents')}</span>
|
||||||
|
<span class="text-sm font-normal text-gray-500">({$documents.length})</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue