mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 08:02:38 +00:00
align folders page empty state with table style (#8920)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
581658d881
commit
02f1581e5b
@@ -157,7 +157,11 @@
|
||||
{:else}
|
||||
{#if folders.length === 0}
|
||||
<tr>
|
||||
<td colspan="4" class="text-primary mt-2">No folders yet, create one!</td>
|
||||
<Cell colspan="9">
|
||||
<div class="text-xs text-primary py-2 text-center">
|
||||
No folders yet, create one
|
||||
</div>
|
||||
</Cell>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user