aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2016-11-03 12:20:31 +0800
committerLuji7 <lu.ji3@zte.com.cn>2016-11-03 12:20:31 +0800
commit13205f588c5bebb72c85f3def10cc4eef47aaba2 (patch)
tree15137ec0fadd0b2dda6494df239aaa908909e2c7
parent5b1899c5c6088dc980712e67f5509f4525abaa81 (diff)
Issue-Id: GSO-88 Fix js error
Change-Id: I59debd35336d66c348de9a6d9fb668dec3c9f497 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js4
1 files 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);