mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
9b4f032660
commit
270ca2ddbe
1 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,9 @@
|
|||
? 'opacity-50'
|
||||
: ''}"
|
||||
>
|
||||
<WrenchAlt />
|
||||
<Tooltip content={connection?.type === 'mcp' ? $i18n.t('MCP') : $i18n.t('OpenAPI')}>
|
||||
<WrenchAlt />
|
||||
</Tooltip>
|
||||
<div class=" capitalize outline-hidden w-full bg-transparent">
|
||||
{connection?.info?.name ?? connection?.url}
|
||||
<span class="text-gray-500">{connection?.info?.id}</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue