mirror of https://github.com/apache/cloudstack.git
bug 12090: cloudStack 3.0 new UI - VM Wizard - select network step - list networks regardless of type.
This commit is contained in:
parent
2c9874ae63
commit
626efa585c
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue