mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 8950: cloudStack UI - Network page - Add IP Range to Direct Network - don't have to specify "vlan" parameter when Adding IP Range to Direct Network.
This commit is contained in:
parent
047e4c63a0
commit
ebcb76f14a
@ -1435,9 +1435,9 @@ function bindAddIpRangeToDirectNetworkButton($midmenuItem1) {
|
||||
var vlanId = $thisDialog.find("#vlan_id").val();
|
||||
array1.push("&vlan="+todb(vlanId));
|
||||
}
|
||||
else {
|
||||
array1.push("&vlan=untagged");
|
||||
}
|
||||
//else { //Bug 8950 (don't have to specify "vlan" parameter when Adding Ip Range to Direct Network)
|
||||
// array1.push("&vlan=untagged");
|
||||
//}
|
||||
|
||||
|
||||
if($thisDialog.find("#gateway_container").css("display") != "none") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user