Updated Branches: refs/heads/vpc 26a4132b1 -> 969786093
CS-15842: VPC gateway create form: Put 'VLAN' field at the top Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/96978609 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/96978609 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/96978609 Branch: refs/heads/vpc Commit: 969786093812267a6971ffa9dce71fc6d387e66d Parents: 26a4132 Author: Brian Federle <[email protected]> Authored: Fri Aug 3 12:29:37 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Fri Aug 3 12:29:53 2012 -0700 ---------------------------------------------------------------------- ui/scripts/vpc.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/96978609/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 19e34e4..a6dcfa0 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) {
