CS-15842: VPC gateway create form: Put 'VLAN' field at the top

This commit is contained in:
Brian Federle 2012-08-03 12:29:37 -07:00
parent 26a4132b11
commit 9697860938

View File

@ -476,10 +476,10 @@
title: 'Add new gateway',
desc: 'Please specify the information to add a new gateway to this VPC.',
fields: {
vlan: { label: 'label.vlan', validation: { required: true }},
ipaddress: { label: 'label.ip.address', validation: { required: true }},
gateway: { label: 'label.gateway', validation: { required: true }},
netmask: { label: 'label.netmask', validation: { required: true }},
vlan: { label: 'label.vlan', validation: { required: true }}
netmask: { label: 'label.netmask', validation: { required: true }}
}
},
action: function(args) {