mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit 4a6fb2f5fb45c07404f7cbc4c6ad1d58a256ae1d)
This commit is contained in:
parent
0e5676719d
commit
f621ae8cb9
@ -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 },
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user