From: Luji7 Date: Thu, 3 Nov 2016 04:20:31 +0000 (+0800) Subject: Issue-Id: GSO-88 Fix js error X-Git-Tag: release/sun~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=13205f588c5bebb72c85f3def10cc4eef47aaba2;p=vnfsdk%2Frefrepo.git Issue-Id: GSO-88 Fix js error Change-Id: I59debd35336d66c348de9a6d9fb668dec3c9f497 Signed-off-by: Luji7 --- diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js index 736f9368..3c671889 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js @@ -352,7 +352,7 @@ function fetchNfvoTemplateInputParameters(templateId, template) { description: 'Location', required: 'true', showName: 'Location', - input.i18nKey = 'Location' + input.i18nKey: 'Location' }); inputParas.push({ name: 'sdncontroller', @@ -360,7 +360,7 @@ function fetchNfvoTemplateInputParameters(templateId, template) { description: 'SDN Controller', required: 'true', showName: 'SDN Controller', - input.i18nKey = 'SDN Controller' + input.i18nKey: 'SDN Controller' }); templateParameters = translateToTemplateParameters(inputParas, vims, sdnControllers); defer.resolve(templateParameters);