From efc2a423403e3080d69b31158a98395be675e890 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 31 Oct 2016 09:39:04 +0800 Subject: Input Data not shown in the input para tab input data case sensitive in the html GSO-75 Change-Id: I11bd8fba2680f5a9f1dd0265c76092d180820533 Signed-off-by: Seshu-Kumar-M --- .../src/main/webapp/lifecyclemgr/gsolcmmain.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr') diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html index 7fbc77d3..c90cde04 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html @@ -68,8 +68,8 @@ //loadIframe("topoFrame", "chartTopo.html?serviceId="+row.serviceId); document.getElementById("topoCont").setAttribute('data', 'chartTopo.html?serviceId='+row.serviceId); - document.getElementById('inputcontent').setAttribute('data', 'inputData.html?json='+ JSON.stringify(row)); - document.getElementById('inputcontentDlg').setAttribute('data', 'inputData.html?json='+ JSON.stringify(row)); + document.getElementById('inputcontent').setAttribute('data', 'InputData.html?json='+ JSON.stringify(row)); + document.getElementById('inputcontentDlg').setAttribute('data', 'InputData.html?json='+ JSON.stringify(row)); }); new lcmHandler(); }); @@ -358,11 +358,11 @@ --> @@ -431,7 +431,7 @@