mirror of https://github.com/apache/cloudstack.git
bug 13638
Hide VLAN/CIDR on network details when zone type = basic status 13638: resolved fixed
This commit is contained in:
parent
757bb2d0cb
commit
06ac144e34
|
|
@ -558,6 +558,8 @@
|
|||
if(zone.networktype == "Basic") {
|
||||
hiddenFields.push("account");
|
||||
hiddenFields.push("gateway");
|
||||
hiddenFields.push("vlan");
|
||||
hiddenFields.push("cidr");
|
||||
//hiddenFields.push("netmask");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue