From: Luji7 Date: Thu, 3 Nov 2016 04:31:34 +0000 (+0800) Subject: Issue-Id: GSO-88 Fix parameter error X-Git-Tag: release/sun~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9ea12fd1258226bdf1827432c6f5a6d3d8b17d0e;p=vnfsdk%2Frefrepo.git Issue-Id: GSO-88 Fix parameter error Change-Id: I7c907111888797f0afebdda16bdea390b33c473b Signed-off-by: Luji7 --- diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html index 5d75323f..d33975fd 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html @@ -59,7 +59,7 @@ } } else{ - var nameObj = {name:key,showName:key}; + var nameObj = {i18nKey:key,showName:key}; name = showName(nameObj); } $("body").append('
');