mirror of
https://github.com/open-webui/open-webui
synced 2025-04-30 19:14:05 +00:00
refac
This commit is contained in:
parent
f573a90a56
commit
f9b44c6bf2
@ -1937,7 +1937,7 @@
|
|||||||
|
|
||||||
<PaneGroup direction="horizontal" class="w-full h-full">
|
<PaneGroup direction="horizontal" class="w-full h-full">
|
||||||
<Pane defaultSize={50} class="h-full flex w-full relative">
|
<Pane defaultSize={50} class="h-full flex w-full relative">
|
||||||
{#if $banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1}
|
{#if ($banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1) || ($config?.license_metadata?.type ?? null) === 'trial' || (($config?.license_metadata?.seats ?? null) !== null && $config?.user_count > $config?.license_metadata?.seats)}
|
||||||
<div class="absolute top-12 left-0 right-0 w-full z-30">
|
<div class="absolute top-12 left-0 right-0 w-full z-30">
|
||||||
<div class=" flex flex-col gap-1 w-full">
|
<div class=" flex flex-col gap-1 w-full">
|
||||||
{#if ($config?.license_metadata?.type ?? null) === 'trial'}
|
{#if ($config?.license_metadata?.type ?? null) === 'trial'}
|
||||||
|
Loading…
Reference in New Issue
Block a user