summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--portal/src/main/webapp/extsys/vnfm/js/vnfm-validate.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/portal/src/main/webapp/extsys/vnfm/js/vnfm-validate.js b/portal/src/main/webapp/extsys/vnfm/js/vnfm-validate.js
index 627d6d5..0c21ebf 100644
--- a/portal/src/main/webapp/extsys/vnfm/js/vnfm-validate.js
+++ b/portal/src/main/webapp/extsys/vnfm/js/vnfm-validate.js
@@ -39,10 +39,6 @@ $(function () {
vendor: {
required: true,
maxlength: 20
- },
- url: {
- required: true,
- url: true
}
},
messages: {
@@ -57,10 +53,6 @@ $(function () {
},
vendor: {
required: $.i18n.prop("nfv-vnfm-iui-validate-vendor")
- },
- url: {
- required: $.i18n.prop("nfv-vnfm-iui-validate-url-required"),
- url: $.i18n.prop("nfv-vnfm-iui-validate-url")
}
},
errorPlacement: function (error, element) { // render error placement for each input type