From 13205f588c5bebb72c85f3def10cc4eef47aaba2 Mon Sep 17 00:00:00 2001 From: Luji7 Date: Thu, 3 Nov 2016 12:20:31 +0800 Subject: Issue-Id: GSO-88 Fix js error Change-Id: I59debd35336d66c348de9a6d9fb668dec3c9f497 Signed-off-by: Luji7 --- .../portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- cgit 1.2.3-korg