This commit is contained in:
corenthin 2025-12-12 14:37:59 +01:00
parent e8a80a2dde
commit 5012e197c3
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ export type GuacamolePayload = {
username: string
password: string
displayName?: string
ip?: string
}>
}

View File

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