mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
289801b608
commit
ad86707605
1 changed files with 14 additions and 12 deletions
|
|
@ -118,6 +118,7 @@
|
||||||
submitHandler();
|
submitHandler();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
{#if !edit}
|
||||||
<div class="flex flex-col w-full mt-2">
|
<div class="flex flex-col w-full mt-2">
|
||||||
<div class=" mb-1 text-xs text-gray-500">{$i18n.t('Channel Type')}</div>
|
<div class=" mb-1 text-xs text-gray-500">{$i18n.t('Channel Type')}</div>
|
||||||
|
|
||||||
|
|
@ -131,6 +132,7 @@
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div class="flex flex-col w-full mt-2">
|
<div class="flex flex-col w-full mt-2">
|
||||||
<div class=" mb-1 text-xs text-gray-500">
|
<div class=" mb-1 text-xs text-gray-500">
|
||||||
|
|
@ -152,7 +154,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class=" border-gray-100 dark:border-gray-700/10 my-2.5 w-full" />
|
<hr class=" border-gray-100/40 dark:border-gray-700/10 my-2.5 w-full" />
|
||||||
|
|
||||||
<div class="-mx-2">
|
<div class="-mx-2">
|
||||||
{#if type === 'dm'}
|
{#if type === 'dm'}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue