mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 21:46:00 +00:00
@@ -7,6 +7,7 @@ const { getSshTunnelProxy } = require('./sshTunnelProxy');
|
|||||||
|
|
||||||
async function connectUtility(driver, storedConnection) {
|
async function connectUtility(driver, storedConnection) {
|
||||||
const connection = {
|
const connection = {
|
||||||
|
database: storedConnection.defaultDatabase,
|
||||||
...decryptConnection(storedConnection),
|
...decryptConnection(storedConnection),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -112,6 +112,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
<FormTextField label="Default database" name="defaultDatabase" />
|
||||||
|
|
||||||
<FormTextField label="Display name" name="displayName" />
|
<FormTextField label="Display name" name="displayName" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user