mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 08:43:57 +00:00
fix
This commit is contained in:
@@ -39,9 +39,11 @@
|
|||||||
<SearchBoxWrapper>
|
<SearchBoxWrapper>
|
||||||
<SearchInput placeholder="Search connection or database" bind:value={filter} />
|
<SearchInput placeholder="Search connection or database" bind:value={filter} />
|
||||||
<CloseSearchButton bind:filter />
|
<CloseSearchButton bind:filter />
|
||||||
|
{#if $commandsCustomized['new.connection']?.enabled}
|
||||||
<InlineButton on:click={() => runCommand('new.connection')} title="Add new connection">
|
<InlineButton on:click={() => runCommand('new.connection')} title="Add new connection">
|
||||||
<FontIcon icon="icon plus-thick" />
|
<FontIcon icon="icon plus-thick" />
|
||||||
</InlineButton>
|
</InlineButton>
|
||||||
|
{/if}
|
||||||
<InlineButton on:click={handleRefreshConnections} title="Refresh connection list">
|
<InlineButton on:click={handleRefreshConnections} title="Refresh connection list">
|
||||||
<FontIcon icon="icon refresh" />
|
<FontIcon icon="icon refresh" />
|
||||||
</InlineButton>
|
</InlineButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user