인터페이스 헤더 어댑터 REST PATH 추가가능

This commit is contained in:
eastargh
2026-04-16 11:00:26 +09:00
parent dfb5496f5e
commit e213c96994
4 changed files with 46 additions and 31 deletions
@@ -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 @@
<fieldset class="groupbox-border">
<legend class="groupbox-border">INTERFACE TYPE</legend>
<div class="row">
<div class="form-group col-md-3">
<!-- <div class="form-group col-md-3">
<label for="eaiBzwkDstcd"><span class="material-icons-outlined">sync</span> Sync/Async 타입</label><br>
<div class="btn-group" id="btnGroupSyncAsync" role="group">
<input type="radio"
@@ -1615,7 +1617,7 @@
<i class="bi bi-share-fill"></i> S > A
</label>
</div>
</div>
</div> -->
<div class="form-group col-md-3">
<label for="eaiBzwkDstcd">요청/응답 구분</label><br>
<div class="btn-group" role="group" aria-label="Basic radio toggle button group"
@@ -1771,36 +1773,34 @@
</select>
</div>
<div class="form-group col-md-8">
<div id="slideInboundRoutingRule" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner" style="margin-bottom:-20px">
<div class="carousel-item">
<label>
<span class="material-icons justify-content-md-start">http</span>
수신 라우팅 정보
<div id="slideInboundRoutingRule">
<div class="row">
<div class="col-md-12">
<label for="inboundRestPath">
<span class="material-icons">link</span>
수신 REST PATH(URL)
</label>
<div class="d-grid gap-2">
<button type="button" id="headerRoutingButton" class="btn btn-primary"
data-bs-toggle="modal" data-bs-target="#routingModal">
수정
</button>
</div>
</div>
<div class="carousel-item active">
<div class="row">
<div class="col-md-12">
<label for="inboundRestPath">
<span class="material-icons">link</span>
수신 REST PATH(URL)
</label>
<input type="text" class="form-control" id="inboundRestPath"
name="inboundRestPath" disabled>
</div>
</div>
<input type="text" class="form-control" id="inboundRestPath"
name="inboundRestPath" disabled>
</div>
</div>
</div>
</div>
</div>
<div class="collapse mt-2" id="collapseInboundRoutingInfo">
<div class="form-group col-md-12">
<label>
<span class="material-icons justify-content-md-start">http</span>
수신 라우팅 정보
</label>
<div class="d-grid gap-2">
<button type="button" id="headerRoutingButton" class="btn btn-primary"
data-bs-toggle="modal" data-bs-target="#routingModal">
수정
</button>
</div>
</div>
</div>
<div id="inboundResponseMethodPathRow"
x-show="showInboundResponse">
<div id="inboundResponseRestPart" class="row">