mirror of https://github.com/apache/cloudstack.git
add zone wizard - advanced zone - storage traffic - add IP Range - add gateway field.
This commit is contained in:
parent
275e0c0405
commit
89cccdf744
|
|
@ -60,6 +60,7 @@
|
|||
context: args.context,
|
||||
noSelect: true,
|
||||
fields: {
|
||||
'gateway': { edit: true, label: 'label.gateway' },
|
||||
'netmask': { edit: true, label: 'label.netmask' },
|
||||
'vlanid': { edit: true, label: 'label.vlan', isOptional: true },
|
||||
'startip': { edit: true, label: 'label.start.IP' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue