mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
40f9747ae4
commit
c1444cbbba
1 changed files with 8 additions and 6 deletions
|
|
@ -488,6 +488,7 @@
|
||||||
|
|
||||||
<Pagination bind:page count={users.length} />
|
<Pagination bind:page count={users.length} />
|
||||||
|
|
||||||
|
{#if !$config?.license_metadata}
|
||||||
{#if users.length > 50}
|
{#if users.length > 50}
|
||||||
<div class="text-sm">
|
<div class="text-sm">
|
||||||
<Markdown
|
<Markdown
|
||||||
|
|
@ -509,3 +510,4 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
{/if}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue