From: Seshu-Kumar-M Date: Thu, 3 Nov 2016 07:40:47 +0000 (+0800) Subject: GSO-100 X-Git-Tag: release/sun~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9730bb60742e17d4880716922541ddb2a589d638;p=vnfsdk%2Frefrepo.git GSO-100 Change-Id: Ie6ef49e61cbf2c59b4d4590c38c546a544bac443 Signed-off-by: Seshu-Kumar-M --- diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/accorTables.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/accorTables.html index 09c27904..5de335d7 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/accorTables.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/accorTables.html @@ -40,7 +40,7 @@ var jsonData = []; var object = {}; - debugger; + if("SSAR" === serviceType) { object.nodeType = "sdn" @@ -57,9 +57,9 @@ - //TODO check for the + //TODO check for the type and update the tab console.log("jsonData length: " + jsonData.length); - for (i = 0; i < jsonData.length; i++) { + /* for (i = 0; i < jsonData.length; i++) { // console.log("jsonData Name: " + jsonData[i].nodeType); if (jsonData[i].nodeType.indexOf('sdn') != -1) { //$("#sdnoLink").text(jsonData[i].name.toUpperCase()); @@ -77,7 +77,7 @@ else { } - } + } */ $("#overlayContObj").attr('data', 'overlayvpn.html?serviceId='+serviceId); $("#underlayContObj").attr('data', 'underlayvpn.html?serviceId='+serviceId); 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 2a352cd0..fad78378 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html @@ -41,7 +41,7 @@ new lcmHandler(); $('.modal-dialog').draggable(); - $("#detailCont").show(); + // $("#detailCont").show(); var jsondata = loadGetServiceData(); $.each(jsondata,function(k,v){ @@ -60,10 +60,10 @@ $(this).addClass('current').siblings().removeClass('current'); }); $("#topoCont").hide(); - $("#inpCont").hide(); + $("#inpCont").show(); $("#topoContMod").hide(); - $("#detailContMod").show(); - $("#inpContMod").hide(); + $("#detailContMod").hide(); + $("#inpContMod").show(); $('#sai').bootstrapTable({}) .on('click-row.bs.table', function (e, row, $element) { var newURL = "accorTables.html?serviceId="+row.serviceId + "&serviceType="+row.serviceType; @@ -360,7 +360,11 @@
-