mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: apply change to functions and models pages
This commit is contained in:
parent
caeb822cdc
commit
5cb1475e29
2 changed files with 4 additions and 2 deletions
|
|
@ -447,7 +447,9 @@
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class=" self-center mr-2 font-medium line-clamp-1">{$i18n.t('Export Functions')}</div>
|
<div class=" self-center mr-2 font-medium line-clamp-1">
|
||||||
|
{$i18n.t('Export Functions')} ({$functions.length})
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class=" self-center">
|
<div class=" self-center">
|
||||||
<svg
|
<svg
|
||||||
|
|
|
||||||
|
|
@ -495,7 +495,7 @@
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class=" self-center mr-2 font-medium line-clamp-1">
|
<div class=" self-center mr-2 font-medium line-clamp-1">
|
||||||
{$i18n.t('Export Presets')}
|
{$i18n.t('Export Presets')} ({models.length})
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" self-center">
|
<div class=" self-center">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue