test
This commit is contained in:
parent
e8a80a2dde
commit
5012e197c3
@ -33,6 +33,7 @@ export type GuacamolePayload = {
|
||||
username: string
|
||||
password: string
|
||||
displayName?: string
|
||||
ip?: string
|
||||
}>
|
||||
}
|
||||
|
||||
|
||||
@ -97,6 +97,7 @@ export default function CreateFormation() {
|
||||
username: entry.username,
|
||||
password: entry.password,
|
||||
displayName: entry.displayName,
|
||||
ip: entry.vm.ip === 'dhcp' ? ipPool.ips[credentials.indexOf(entry)] : entry.vm.ip,
|
||||
})),
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user