disable SSL tab for oracle

This commit is contained in:
Jan Prochazka 2023-02-26 10:03:25 +01:00
parent 7a606cf8ef
commit 1417f53c56

View File

@ -188,6 +188,8 @@ const oracleDriver = {
}
return dialect;
},
showConnectionTab: (field) => field == 'sshTunnel',
};
module.exports = [oracleDriver];