mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
fb27716186
commit
21ac7e95a3
1 changed files with 3 additions and 1 deletions
|
|
@ -72,7 +72,9 @@
|
|||
<span class="text-[11px] {status.pill} shrink-0">{status.label}</span>
|
||||
{/if}
|
||||
{#if toolSpecs.length > 0}
|
||||
<span class="text-[11px] text-gray-500 dark:text-gray-400 shrink-0">
|
||||
<span
|
||||
class="min-w-3 text-center text-[11px] text-gray-500 dark:text-gray-400 shrink-0"
|
||||
>
|
||||
{toolSpecs.length}
|
||||
</span>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue