mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
make schemaviewer required field smaller
This commit is contained in:
@@ -63,7 +63,11 @@
|
||||
>{property.format ?? ''}
|
||||
{property.contentEncoding ? `(encoding: ${property.contentEncoding})` : ''}</td
|
||||
>
|
||||
<td>{schema.required.includes(name) ? 'required' : 'optional'}</td>
|
||||
<td
|
||||
>{#if schema.required.includes(name)}
|
||||
<span class="text-red-600 font-bold text-lg">*</span>
|
||||
{/if}</td
|
||||
>
|
||||
</tr>
|
||||
{/each}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user