mirror of
https://github.com/open-webui/open-webui
synced 2025-05-17 03:54:02 +00:00
refac
This commit is contained in:
parent
a0126f371e
commit
30182d77cc
@ -650,6 +650,16 @@ if CUSTOM_NAME:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
####################################
|
||||||
|
# LICENSE_KEY
|
||||||
|
####################################
|
||||||
|
|
||||||
|
LICENSE_KEY = PersistentConfig(
|
||||||
|
"LICENSE_KEY",
|
||||||
|
"license.key",
|
||||||
|
os.environ.get("LICENSE_KEY", ""),
|
||||||
|
)
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
# STORAGE PROVIDER
|
# STORAGE PROVIDER
|
||||||
####################################
|
####################################
|
||||||
|
@ -167,14 +167,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="">
|
<div class="mb-2">
|
||||||
<div class="flex w-full justify-between items-center">
|
<div class="flex w-full justify-between items-center">
|
||||||
<div class="text-xs">
|
<div class="text-xs">
|
||||||
<div class="">
|
<div class="">
|
||||||
{$i18n.t('Help')}
|
{$i18n.t('Help')}
|
||||||
</div>
|
</div>
|
||||||
<div class=" text-xs text-gray-500">
|
<div class=" text-xs text-gray-500">
|
||||||
Learn how to use Open WebUI and get help from the community.
|
{$i18n.t('Discover how to use Open WebUI and seek support from the community.')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -212,6 +212,29 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-2">
|
||||||
|
<div class="flex w-full justify-between items-center">
|
||||||
|
<div class="text-xs">
|
||||||
|
<div class="">
|
||||||
|
{$i18n.t('License')}
|
||||||
|
</div>
|
||||||
|
<a
|
||||||
|
class=" text-xs text-gray-500 underline"
|
||||||
|
href="https://docs.openwebui.com/enterprise"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
{$i18n.t(
|
||||||
|
'Upgrade to a licensed plan for enhanced capabilities and dedicated support.'
|
||||||
|
)}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <button class=" text-xs font-medium">
|
||||||
|
{$i18n.t('Activate')}
|
||||||
|
</button> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
|
Loading…
Reference in New Issue
Block a user