"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "3431a9349968d848b0cfe029a0b50d3f0b6049df"
Commit 5d7de927 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

enh: valve field desc support

parent 7cd4a3cd
......@@ -203,7 +203,7 @@
</div>
{#if (valves[property] ?? null) !== null}
<div class="flex mt-0.5 space-x-2">
<div class="flex mt-0.5 mb-1 space-x-2">
<div class=" flex-1">
<input
class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
......@@ -216,6 +216,12 @@
</div>
</div>
{/if}
{#if (valvesSpec.properties[property]?.description ?? null) !== null}
<div class="text-xs text-gray-500">
{valvesSpec.properties[property].description}
</div>
{/if}
</div>
{/each}
{:else}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment