From eddce5734bea59107dd12a08989e0fc825b498ac 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 --- .../portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openo-portal/portal-lifecyclemgr') 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; } -- cgit 1.2.3-korg