mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 20:46:00 +00:00
lookup values only for SQL databases
This commit is contained in:
@@ -266,7 +266,7 @@
|
|||||||
class:isOk
|
class:isOk
|
||||||
placeholder="Filter"
|
placeholder="Filter"
|
||||||
/>
|
/>
|
||||||
{#if conid && database}
|
{#if conid && database && driver && !driver?.dialect?.nosql}
|
||||||
{#if foreignKey}
|
{#if foreignKey}
|
||||||
<InlineButton on:click={handleShowDictionary} narrow square>
|
<InlineButton on:click={handleShowDictionary} narrow square>
|
||||||
<FontIcon icon="icon dots-horizontal" />
|
<FontIcon icon="icon dots-horizontal" />
|
||||||
|
|||||||
Reference in New Issue
Block a user