From: Seshu-Kumar-M Date: Mon, 31 Oct 2016 01:39:04 +0000 (+0800) Subject: Input Data not shown in the input para tab X-Git-Tag: release/mercury~225^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=efc2a423403e3080d69b31158a98395be675e890;p=vnfsdk%2Frefrepo.git 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 --- 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 @@