diff options
author | James Forsyth <jf2512@att.com> | 2019-04-02 20:31:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-02 20:31:58 +0000 |
commit | 0b878eb39b28971ca624a260100d7055bdab27e9 (patch) | |
tree | 874a6ba4930c616a197a7d347f2da5dfd98fb457 /portal/src | |
parent | 97a32f25799ee2568862041ec113b9aa0472005e (diff) | |
parent | 77933a34675cbe70f12cd682a47a9cb8a2d6b5f7 (diff) |
Merge "Fix ESR doesn't support domain name in vnfm registration GUI"4.0.0-ONAP1.4.0dublin
Diffstat (limited to 'portal/src')
-rw-r--r-- | portal/src/main/webapp/extsys/vnfm/js/vnfm-validate.js | 8 |
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 |