From 7489572529e3cff904eb29a4b693efa49d71d32a Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Tue, 14 Oct 2014 19:02:28 +0100 Subject: [PATCH] CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP --- ui/scripts/network.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 2047ecdbf52..925944d08d0 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -1865,7 +1865,11 @@ desc: 'message.acquire.ip.nic', fields: { ipaddress: { - label: 'label.ip.address' + label: 'label.ip.address', + validation: { + required: true, + ipv4: true + } } } },