From: Luji7 Date: Thu, 3 Nov 2016 05:49:38 +0000 (+0800) Subject: Issue-Id: GSO-88 Fix js error X-Git-Tag: release/sun~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=547e59884fc7b8bb275857091b5dd0d5462279c9;p=vnfsdk%2Frefrepo.git Issue-Id: GSO-88 Fix js error Change-Id: I5d1a0dd86cdbc44acfcace3bde0768644e6f6c13 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 3c671889..c78d3c2b 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' + 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' + i18nKey: 'SDN Controller' }); templateParameters = translateToTemplateParameters(inputParas, vims, sdnControllers); defer.resolve(templateParameters);