Typecast some parameters before sending to GUI in server module.

This commit is contained in:
Akshay Joshi
2023-06-23 19:15:21 +05:30
parent c93000a6e2
commit ca01116700
2 changed files with 8 additions and 6 deletions

View File

@@ -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,