bug 12090: cloudStack 3.0 new UI - VM Wizard - select network step - list networks regardless of type.

This commit is contained in:
Jessica Wang 2011-12-01 13:37:18 -08:00
parent 2c9874ae63
commit 626efa585c
1 changed files with 0 additions and 4 deletions

View File

@ -328,10 +328,6 @@
continue;
}
if (networks[i].type != 'Direct') {
continue;
}
if (networks[i].isdefault) {
if (virtualNetwork.networkofferingavailability == 'Required') {
continue; //don't display 2nd~Nth radio buttons in required network section when networkofferingavailability == 'Required'