Skip to content

Commit

Permalink
F #5897: Improve Remote connections (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Borges authored and rsmontero committed Jul 27, 2022
1 parent e1674c3 commit e27f7a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 },
},
{
Expand Down

0 comments on commit e27f7a9

Please sign in to comment.