From 75082c7506770afdfef02c749f445000bfe798e0 Mon Sep 17 00:00:00 2001 From: Luji7 Date: Tue, 1 Nov 2016 11:00:59 +0800 Subject: Issue-Id: GSO-80 display name instead of description Change-Id: I73f84201c351006cf36335f40a3e538e43d48c17 Signed-off-by: Luji7 (cherry picked from commit eddce5734bea59107dd12a08989e0fc825b498ac) --- .../portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openo-portal') 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 eb667968..ed8eb59a 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 @@ -385,7 +385,7 @@ function transformToComponents(templateParas) { function generateComboxComponent(inputPara, items) { var component = '
' + '' + '
' + @@ -409,11 +409,11 @@ function transformToOptions(items) { function generateComponent(inputPara) { var component = '
' + '' + '
' + '' + + inputPara.name + '" value="' + inputPara.value + '" />' + '
'; return component; } -- cgit 1.2.3-korg