mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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…
x
Reference in New Issue
Block a user