From 969786093812267a6971ffa9dce71fc6d387e66d Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 3 Aug 2012 12:29:37 -0700 Subject: [PATCH] CS-15842: VPC gateway create form: Put 'VLAN' field at the top --- ui/scripts/vpc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 19e34e439e0..a6dcfa08a1e 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -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) {