mirror of
https://github.com/open-webui/open-webui
synced 2025-05-14 02:27:19 +00:00
refac
This commit is contained in:
parent
40f9747ae4
commit
c1444cbbba
@ -488,7 +488,8 @@
|
||||
|
||||
<Pagination bind:page count={users.length} />
|
||||
|
||||
{#if users.length > 50}
|
||||
{#if !$config?.license_metadata}
|
||||
{#if users.length > 50}
|
||||
<div class="text-sm">
|
||||
<Markdown
|
||||
content={`
|
||||
@ -508,4 +509,5 @@
|
||||
`}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user