From 2a1793283a1ea28494bebc3b195a98feff6e6cbc Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Mon, 3 Nov 2014 16:21:07 +0000 Subject: [PATCH] CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP -Removed required constraint from the IP address field (this is an optional field) --- ui/scripts/network.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 278545bff59..501fb50c99c 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -1867,7 +1867,6 @@ ipaddress: { label: 'label.ip.address', validation: { - required: true, ipv4: true } }