mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 15:25:20 +00:00
Match capabilities styling to other settings in workspace models
This commit is contained in:
parent
b944acd3ff
commit
20403c9df7
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
<div class="flex w-full justify-between mb-1">
|
<div class="flex w-full justify-between mb-1">
|
||||||
<div class=" self-center text-sm font-semibold">{$i18n.t('Capabilities')}</div>
|
<div class=" self-center text-sm font-semibold">{$i18n.t('Capabilities')}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex items-center mt-2 flex-wrap">
|
||||||
{#each Object.keys(capabilityLabels) as capability}
|
{#each Object.keys(capabilityLabels) as capability}
|
||||||
<div class=" flex items-center gap-2 mr-3">
|
<div class=" flex items-center gap-2 mr-3">
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue