mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 10:06:00 +00:00
allowed databases config
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
import { disconnectServerConnection, openConnection } from '../appobj/ConnectionAppObject.svelte';
|
||||
import { disconnectDatabaseConnection } from '../appobj/DatabaseAppObject.svelte';
|
||||
import { useConfig } from '../utility/metadataLoaders';
|
||||
import ConnectionAdvancedDriverFields from '../settings/ConnectionAdvancedDriverFields.svelte';
|
||||
|
||||
export let connection;
|
||||
export let tabid;
|
||||
@@ -210,6 +211,10 @@
|
||||
label: 'SSL',
|
||||
component: ConnectionSslFields,
|
||||
},
|
||||
{
|
||||
label: 'Advanced',
|
||||
component: ConnectionAdvancedDriverFields,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user