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:
Jessica Wang 2013-08-30 11:03:11 -07:00
parent b5713ecad2
commit 2c2ebee3f7
1 changed files with 3 additions and 3 deletions

View File

@ -324,10 +324,10 @@
}, {
id: 'vmwaredvs',
description: 'VMware vNetwork Distributed Virtual Switch'
}],
defaultValue: trafficData.vSwitchType
}]
});
}
},
defaultValue: trafficData.vSwitchType
}
});
}