mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
disable SSL tab for oracle
This commit is contained in:
parent
7a606cf8ef
commit
1417f53c56
@ -188,6 +188,8 @@ const oracleDriver = {
|
||||
}
|
||||
return dialect;
|
||||
},
|
||||
|
||||
showConnectionTab: (field) => field == 'sshTunnel',
|
||||
};
|
||||
|
||||
module.exports = [oracleDriver];
|
||||
|
Loading…
Reference in New Issue
Block a user