mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 13452: System page - Storage traffic type - IP Ranges tab - storage network's IP range does not have gateway. Remove gateway field.
This commit is contained in:
parent
d9c5aa45c2
commit
98a528e12d
@ -462,8 +462,7 @@
|
||||
return $('<div></div>').multiEdit({
|
||||
context: args.context,
|
||||
noSelect: true,
|
||||
fields: {
|
||||
'gateway': { edit: true, label: 'Gateway' },
|
||||
fields: {
|
||||
'netmask': { edit: true, label: 'Netmask' },
|
||||
'vlan': { edit: true, label: 'VLAN', isOptional: true },
|
||||
'startip': { edit: true, label: 'Start IP' },
|
||||
@ -480,8 +479,7 @@
|
||||
array1.push("&vlan=" + todb(args.data.vlan));
|
||||
else
|
||||
array1.push("&vlan=untagged");
|
||||
|
||||
array1.push("&gateway=" + args.data.gateway);
|
||||
|
||||
array1.push("&netmask=" + args.data.netmask);
|
||||
array1.push("&startip=" + args.data.startip);
|
||||
if(args.data.endip != null && args.data.endip.length > 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user