mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Typecast some parameters before sending to GUI in server module.
This commit is contained in:
@@ -36,7 +36,7 @@ export default class ServerSchema extends BaseUISchema {
|
||||
passexec: undefined,
|
||||
passexec_expiration: undefined,
|
||||
service: undefined,
|
||||
use_ssh_tunnel: 0,
|
||||
use_ssh_tunnel: false,
|
||||
tunnel_host: undefined,
|
||||
tunnel_port: 22,
|
||||
tunnel_username: undefined,
|
||||
|
||||
Reference in New Issue
Block a user