mirror of
https://github.com/open-webui/open-webui
synced 2025-05-21 13:36:35 +00:00
refac: general admin settings
This commit is contained in:
parent
ff60754091
commit
a0126f371e
@ -120,7 +120,7 @@
|
|||||||
|
|
||||||
<hr class=" border-gray-50 dark:border-gray-850 my-2" />
|
<hr class=" border-gray-50 dark:border-gray-850 my-2" />
|
||||||
|
|
||||||
<div class="">
|
<div class="mb-2">
|
||||||
<div class=" mb-1 text-xs font-medium flex space-x-2 items-center">
|
<div class=" mb-1 text-xs font-medium flex space-x-2 items-center">
|
||||||
<div>
|
<div>
|
||||||
{$i18n.t('Version')}
|
{$i18n.t('Version')}
|
||||||
@ -166,6 +166,52 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="">
|
||||||
|
<div class="flex w-full justify-between items-center">
|
||||||
|
<div class="text-xs">
|
||||||
|
<div class="">
|
||||||
|
{$i18n.t('Help')}
|
||||||
|
</div>
|
||||||
|
<div class=" text-xs text-gray-500">
|
||||||
|
Learn how to use Open WebUI and get help from the community.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a
|
||||||
|
class=" text-xs font-medium underline"
|
||||||
|
href="https://docs.openwebui.com/"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
{$i18n.t('Documentation')}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-1">
|
||||||
|
<div class="flex space-x-1">
|
||||||
|
<a href="https://discord.gg/5rJgQTnV4s" target="_blank">
|
||||||
|
<img
|
||||||
|
alt="Discord"
|
||||||
|
src="https://img.shields.io/badge/Discord-Open_WebUI-blue?logo=discord&logoColor=white"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://twitter.com/OpenWebUI" target="_blank">
|
||||||
|
<img
|
||||||
|
alt="X (formerly Twitter) Follow"
|
||||||
|
src="https://img.shields.io/twitter/follow/OpenWebUI"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/open-webui/open-webui" target="_blank">
|
||||||
|
<img
|
||||||
|
alt="Github Repo"
|
||||||
|
src="https://img.shields.io/github/stars/open-webui/open-webui?style=social&label=Star us on Github"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
|
Loading…
Reference in New Issue
Block a user