mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP
-Removed required constraint from the IP address field (this is an optional field)
This commit is contained in:
parent
4d62dbb8ba
commit
2a1793283a
|
|
@ -1867,7 +1867,6 @@
|
|||
ipaddress: {
|
||||
label: 'label.ip.address',
|
||||
validation: {
|
||||
required: true,
|
||||
ipv4: true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue