1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #-: Fix fireedge-func tests (#3003)

* Fix cluster rename

Signed-off-by: Victor Hansson <vhansson@opennebula.io>
Co-authored-by: Tino Vázquez <cvazquez@opennebula.io>
This commit is contained in:
vichansson 2024-03-25 13:18:17 +02:00 committed by GitHub
parent 9f633e7601
commit 65b06c69ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ const Steps = createSteps([General, Hosts, Vnets, Datastores], {
) )
// Check if the name has been changed // Check if the name has been changed
const changeName = initialValues?.NAME === formData?.general?.NAME const changeName = initialValues?.NAME !== formData?.general?.NAME
return { return {
...formData, ...formData,