mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 07:16:01 +00:00
feat(app): able to set a parent
This commit is contained in:
@@ -217,6 +217,19 @@
|
||||
disabled={isConnected}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if driver}
|
||||
<div>
|
||||
<div class="is-full select-row">
|
||||
<!-- TODO: Able to use with svelte-select the possibility to use isCreatable & isClearable -->
|
||||
<FormTextField
|
||||
label="Parent Folder"
|
||||
name="parent"
|
||||
disabled={isConnected}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user