diff --git a/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp b/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp index 34a1497..b0c6b3a 100644 --- a/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp +++ b/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp @@ -411,7 +411,7 @@ function detail(url,key){ jsonUrl = url; if (!isDetail)return; - $("input[name='btnRadioSyncAsync']").attr('disabled', true); + // $("input[name='btnRadioSyncAsync']").attr('disabled', true); $.ajax({ type : "POST", url:url, @@ -962,11 +962,13 @@ headerNames = messageKeyList; isHeaderRouting = true; initHeaders(headerNames); - $('#slideInboundRoutingRule').carousel(0); + //$('#slideInboundRoutingRule').carousel(0); + $('#collapseInboundRoutingInfo').collapse('show') setHeaderRoutingLabel(); }else{ isHeaderRouting = false; - $('#slideInboundRoutingRule').carousel(1); + $('#collapseInboundRoutingInfo').collapse('hide') + //$('#slideInboundRoutingRule').carousel(1); } } @@ -1572,7 +1574,7 @@
INTERFACE TYPE
-
+

-