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.

(cherry picked from commit 2c2ebee3f7)

Signed-off-by: animesh <animesh@apache.org>
This commit is contained in:
Jessica Wang 2013-08-30 11:03:11 -07:00 committed by animesh
parent 58e5ad7c42
commit ae001183fb
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
}
});
}