From: Luji7 Date: Tue, 1 Nov 2016 03:00:59 +0000 (+0800) Subject: Issue-Id: GSO-80 display name instead of description X-Git-Tag: release/sun~43^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eddce5734bea59107dd12a08989e0fc825b498ac;p=vnfsdk%2Frefrepo.git Issue-Id: GSO-80 display name instead of description Change-Id: I73f84201c351006cf36335f40a3e538e43d48c17 Signed-off-by: Luji7 --- 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 f17815cd..9105d5d6 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 @@ -387,7 +387,7 @@ function transformToComponents(templateParas) { function generateComboxComponent(inputPara, items) { var component = '
' + '' + '
' + @@ -411,11 +411,11 @@ function transformToOptions(items) { function generateComponent(inputPara) { var component = '
' + '' + '
' + '' + + inputPara.name + '" value="' + inputPara.value + '" />' + '
'; return component; }