mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4089: UI > zone wizard > hypervisor VMware > multiple physical networks > edit Public/Guest traffic type > fix a bug that vSwitch Type dropdown selection didn't remain after Public/Guest traffic type is dragged to another physical network.
This commit is contained in:
parent
b5713ecad2
commit
2c2ebee3f7
|
|
@ -324,10 +324,10 @@
|
|||
}, {
|
||||
id: 'vmwaredvs',
|
||||
description: 'VMware vNetwork Distributed Virtual Switch'
|
||||
}],
|
||||
defaultValue: trafficData.vSwitchType
|
||||
}]
|
||||
});
|
||||
}
|
||||
},
|
||||
defaultValue: trafficData.vSwitchType
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue