mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
misalignment fix (#6726)
This commit is contained in:
@@ -266,9 +266,9 @@
|
||||
resourceType={ducklake.catalog.resource_type}
|
||||
/>
|
||||
{:else}
|
||||
<input
|
||||
<TextInput
|
||||
bind:value={ducklake.catalog.resource_path}
|
||||
placeholder="PostgreSQL database name"
|
||||
inputProps={{ placeholder: 'PostgreSQL database name' }}
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -307,6 +307,7 @@
|
||||
>
|
||||
<svelte:fragment slot="trigger">
|
||||
<ExploreAssetButton
|
||||
class="h-9"
|
||||
asset={{ kind: 'ducklake', path: ducklake.name }}
|
||||
{dbManagerDrawer}
|
||||
disabled
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
/>
|
||||
<Select
|
||||
class="max-w-[125px]"
|
||||
inputClass="h-full"
|
||||
bind:value={
|
||||
() => s3ResourceSettings.secondaryStorage?.[idx]?.[1].resourceType || 's3',
|
||||
(v) => {
|
||||
|
||||
Reference in New Issue
Block a user