mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user