mirror of https://github.com/apache/cloudstack.git
new UI - related UI change after before bug 7143 is fixed ("VLAN parameter in CreateZone shouldn't be required").
This commit is contained in:
parent
5a01335002
commit
ead35266eb
|
|
@ -483,9 +483,6 @@ function addZoneWizardSubmit($thisWizard) {
|
|||
else
|
||||
moreCriteria.push("&vlan=" + encodeURIComponent(vlanStart));
|
||||
}
|
||||
else {
|
||||
moreCriteria.push("&vlan=30"); //temporary hacking before bug 7143 is fixed ("VLAN parameter in CreateZone shouldn't be required")
|
||||
}
|
||||
|
||||
var guestcidraddress = trim($thisWizard.find("#add_zone_guestcidraddress").val());
|
||||
moreCriteria.push("&guestcidraddress="+encodeURIComponent(guestcidraddress));
|
||||
|
|
|
|||
Loading…
Reference in New Issue