diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 6b4906b4268..1acd708f109 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -558,6 +558,8 @@ if(zone.networktype == "Basic") { hiddenFields.push("account"); hiddenFields.push("gateway"); + hiddenFields.push("vlan"); + hiddenFields.push("cidr"); //hiddenFields.push("netmask"); }