mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 08:07:15 +00:00
* fix(frontend): ui refactor * fix(frontend): WIP * fix(frontend): WIP * fix(frontend): WIP * fix(frontend): remove virtual table * fix(frontend): Add virtual list * fix(frontend): fix number of items * fix(frontend): revert changes * fix(frontend): fix build
10 lines
235 B
Svelte
10 lines
235 B
Svelte
<div class="flex flex-col">
|
|
<div class="overflow-hidden rounded-md border">
|
|
<table class="min-w-full divide-y divide-gray-300">
|
|
<tbody class="divide-y divide-gray-200 bg-white">
|
|
<slot />
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|