mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-23 09:10:55 -05:00
refac
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
{tool?.name}
|
||||
</div>
|
||||
{#if status}
|
||||
<span class="size-2 rounded-full {status.dot} shrink-0"></span>
|
||||
<span class="text-[11px] {status.pill} shrink-0">{status.label}</span>
|
||||
{/if}
|
||||
{#if toolSpecs.length > 0}
|
||||
@@ -77,6 +76,9 @@
|
||||
{toolSpecs.length}
|
||||
</span>
|
||||
{/if}
|
||||
{#if status}
|
||||
<span class="size-2 rounded-full {status.dot} shrink-0"></span>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{#if tool?.meta?.description}
|
||||
|
||||
Reference in New Issue
Block a user