mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
add zone wizard - fix a typo.
This commit is contained in:
parent
36c0473ce8
commit
096df85f75
@ -1980,7 +1980,7 @@
|
||||
else if(args.data.returnedZone.networktype == "Advanced") { //update VLAN in physical network(s) in advanced zone
|
||||
var physicalNetworksHavingGuestIncludingVlan = [];
|
||||
$(args.data.physicalNetworks).each(function(){
|
||||
if(this.guestConfiguration != null && this.guestConfiguration.vlanRangeStart == null && this.guestConfiguration.vlanRangeStart.length > 0) {
|
||||
if(this.guestConfiguration != null && this.guestConfiguration.vlanRangeStart != null && this.guestConfiguration.vlanRangeStart.length > 0) {
|
||||
physicalNetworksHavingGuestIncludingVlan.push(this);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user