mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CS-15842: VPC gateway create form: Put 'VLAN' field at the top
This commit is contained in:
parent
26a4132b11
commit
9697860938
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user