From e213c96994ccb794dd96fea5c7afbdba9e6ba24c Mon Sep 17 00:00:00 2001 From: eastargh Date: Thu, 16 Apr 2026 11:00:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=ED=84=B0=ED=8E=98=EC=9D=B4=EC=8A=A4?= =?UTF-8?q?=20=ED=97=A4=EB=8D=94=20=EC=96=B4=EB=8C=91=ED=84=B0=20REST=20PA?= =?UTF-8?q?TH=20=EC=B6=94=EA=B0=80=EA=B0=80=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apim/apiInterfaceManDetail.jsp | 58 +++++++++---------- .../transaction/apim/ApiInterfaceService.java | 13 ++++- .../apim/mapping/ApiInterfaceUIMapper.java | 5 ++ .../transaction/apim/ui/ApiInterfaceUI.java | 1 + 4 files changed, 46 insertions(+), 31 deletions(-) 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
-
+

-