summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2016-11-03 13:49:38 +0800
committerLuji7 <lu.ji3@zte.com.cn>2016-11-03 13:49:38 +0800
commit547e59884fc7b8bb275857091b5dd0d5462279c9 (patch)
tree160386884a13602162f1f717934c8e46a9fee099
parent9ea12fd1258226bdf1827432c6f5a6d3d8b17d0e (diff)
Issue-Id: GSO-88 Fix js error
Change-Id: I5d1a0dd86cdbc44acfcace3bde0768644e6f6c13 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 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);