bug 13638

Hide VLAN/CIDR on network details when zone type = basic

status 13638: resolved fixed
This commit is contained in:
Brian Federle 2012-02-13 17:28:45 -08:00
parent 757bb2d0cb
commit 06ac144e34

View File

@ -558,6 +558,8 @@
if(zone.networktype == "Basic") {
hiddenFields.push("account");
hiddenFields.push("gateway");
hiddenFields.push("vlan");
hiddenFields.push("cidr");
//hiddenFields.push("netmask");
}