1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #5897: Improve Remote connections (#2239)

(cherry picked from commit 4a6fb2f5fb45c07404f7cbc4c6ad1d58a256ae1d)
This commit is contained in:
Frederick Borges 2022-07-15 14:08:50 +02:00 committed by Tino Vázquez
parent 0e5676719d
commit f621ae8cb9
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -23,7 +23,6 @@ import {
getObjectSchemaFromFields,
} from 'client/utils'
import { T, INPUT_TYPES, HYPERVISORS, VN_DRIVERS, Nic } from 'client/constants'
import { Console } from 'winston/lib/winston/transports'
const { firecracker } = HYPERVISORS
const { ovswitch, vcenter } = VN_DRIVERS
@ -42,7 +41,7 @@ const GENERAL_FIELDS = ({ nics = [] } = {}) =>
name: 'RDP',
label: T.RdpConnection,
type: INPUT_TYPES.SWITCH,
validation: boolean().default(() => false).yesOrNo(),
validation: boolean().yesOrNo(),
grid: { md: 12 },
},
{