summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-04-02 20:31:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-02 20:31:58 +0000
commit0b878eb39b28971ca624a260100d7055bdab27e9 (patch)
tree874a6ba4930c616a197a7d347f2da5dfd98fb457
parent97a32f25799ee2568862041ec113b9aa0472005e (diff)
parent77933a34675cbe70f12cd682a47a9cb8a2d6b5f7 (diff)
Merge "Fix ESR doesn't support domain name in vnfm registration GUI"4.0.0-ONAP1.4.0dublin
-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