Issue-Id: GSO-88 Fix js error
authorLuji7 <lu.ji3@zte.com.cn>
Thu, 3 Nov 2016 05:49:38 +0000 (13:49 +0800)
committerLuji7 <lu.ji3@zte.com.cn>
Thu, 3 Nov 2016 05:49:38 +0000 (13:49 +0800)
Change-Id: I5d1a0dd86cdbc44acfcace3bde0768644e6f6c13
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js

index 3c67188..c78d3c2 100644 (file)
@@ -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);