mirror of
https://github.com/open-webui/open-webui
synced 2025-05-29 17:52:48 +00:00
refac
This commit is contained in:
parent
40f9747ae4
commit
c1444cbbba
@ -488,10 +488,11 @@
|
|||||||
|
|
||||||
<Pagination bind:page count={users.length} />
|
<Pagination bind:page count={users.length} />
|
||||||
|
|
||||||
{#if users.length > 50}
|
{#if !$config?.license_metadata}
|
||||||
<div class="text-sm">
|
{#if users.length > 50}
|
||||||
<Markdown
|
<div class="text-sm">
|
||||||
content={`
|
<Markdown
|
||||||
|
content={`
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> # **Hey there! 👋**
|
> # **Hey there! 👋**
|
||||||
>
|
>
|
||||||
@ -506,6 +507,7 @@
|
|||||||
> - 👉 **[Click here to learn more about enterprise licensing](https://docs.openwebui.com/enterprise)**
|
> - 👉 **[Click here to learn more about enterprise licensing](https://docs.openwebui.com/enterprise)**
|
||||||
> - 👉 *[Click here to sponsor the project on GitHub](https://github.com/sponsors/tjbck)*
|
> - 👉 *[Click here to sponsor the project on GitHub](https://github.com/sponsors/tjbck)*
|
||||||
`}
|
`}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user