mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP
This commit is contained in:
parent
70c09ed92a
commit
7489572529
|
|
@ -1865,7 +1865,11 @@
|
|||
desc: 'message.acquire.ip.nic',
|
||||
fields: {
|
||||
ipaddress: {
|
||||
label: 'label.ip.address'
|
||||
label: 'label.ip.address',
|
||||
validation: {
|
||||
required: true,
|
||||
ipv4: true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue