mirror of
https://github.com/dbgate/dbgate
synced 2024-11-23 08:51:02 +00:00
lookup values only for SQL databases
This commit is contained in:
parent
4914c815c0
commit
c3587ff4cc
@ -266,7 +266,7 @@
|
||||
class:isOk
|
||||
placeholder="Filter"
|
||||
/>
|
||||
{#if conid && database}
|
||||
{#if conid && database && driver && !driver?.dialect?.nosql}
|
||||
{#if foreignKey}
|
||||
<InlineButton on:click={handleShowDictionary} narrow square>
|
||||
<FontIcon icon="icon dots-horizontal" />
|
||||
|
Loading…
Reference in New Issue
Block a user