CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP

This commit is contained in:
Gabor Apati-Nagy 2014-10-14 19:02:28 +01:00 committed by Brian Federle
parent 70c09ed92a
commit 7489572529

View File

@ -1865,7 +1865,11 @@
desc: 'message.acquire.ip.nic',
fields: {
ipaddress: {
label: 'label.ip.address'
label: 'label.ip.address',
validation: {
required: true,
ipv4: true
}
}
}
},