Input Data not shown in the input para tab
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Mon, 31 Oct 2016 01:39:04 +0000 (09:39 +0800)
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Mon, 31 Oct 2016 02:14:57 +0000 (10:14 +0800)
input data case sensitive in the html
GSO-75

Change-Id: I11bd8fba2680f5a9f1dd0265c76092d180820533
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html

index 7fbc77d..c90cde0 100644 (file)
@@ -68,8 +68,8 @@
 \r
                 //loadIframe("topoFrame", "chartTopo.html?serviceId="+row.serviceId);\r
                 document.getElementById("topoCont").setAttribute('data', 'chartTopo.html?serviceId='+row.serviceId);\r
-                               document.getElementById('inputcontent').setAttribute('data', 'inputData.html?json='+ JSON.stringify(row));\r
-                document.getElementById('inputcontentDlg').setAttribute('data', 'inputData.html?json='+ JSON.stringify(row));\r
+                               document.getElementById('inputcontent').setAttribute('data', 'InputData.html?json='+ JSON.stringify(row));\r
+                document.getElementById('inputcontentDlg').setAttribute('data', 'InputData.html?json='+ JSON.stringify(row));\r
                });\r
             new lcmHandler();\r
         });\r
                                 </iframe>-->\r
                             </div>\r
                             <div id="inpContMod" style="display:none;">\r
-                                <object id="inputcontentDlg" data="inputData.html" width="100%" height="300"\r
+                                <object id="inputcontentDlg" data="InputData.html" width="100%" height="300"\r
                                         type="text/html">\r
 \r
                                 </object>\r
-                                <!--<iframe src="inputData.html" name="" style="width:100%" allowTransparency="true" scrolling="no" frameborder="0">\r
+                                <!--<iframe src="InputData.html" name="" style="width:100%" allowTransparency="true" scrolling="no" frameborder="0">\r
                                 </iframe>\r
                                 </iframe>-->\r
                             </div>\r
                 </object>\r
             </div>\r
             <div id="inpCont" style="display:none;">\r
-                <object id="inputcontent" src="inputData.html" width="100%" height="300" type="text/html">\r
+                <object id="inputcontent" src="InputData.html" width="100%" height="300" type="text/html">\r
                 </object>\r
             </div>\r
         </div>\r