aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);