Merge branch 'jenkins_with_weblogic' of ssh://192.168.240.178:18081/eapim/eapim-admin into jenkins_with_weblogic

This commit is contained in:
daekuk
2025-12-11 11:04:37 +09:00
27 changed files with 1328 additions and 76 deletions
@@ -234,11 +234,6 @@
var postData = $('#ajaxForm').serializeArray();
$clientId.prop('disabled', true);
var key = "${param.clientId}";
//client 를 먼저 삭제 한 경우를 위해 mTls info 삭제 가능하도록 함.
postData.push({name: "clientId", value: key});
postData.push({name: "cmd", value: "DELETE"});
@@ -313,9 +313,9 @@
return name + '=' + value;
}).join(';');
if(headerValues.length > 0){
$("#headerRoutingButton").text('Headers ['+label+']');
$("#headerRoutingButton").text('MessageKey ['+label+']');
}else{
$("#headerRoutingButton").text('HTTP 헤더 라우팅 정보 없음');
$("#headerRoutingButton").text('MessageKey 라우팅 정보 없음');
}
}
@@ -382,7 +382,7 @@
'<label class="form-label">' + headerName + '</label>' +
'</div>' +
'<div class="col">' +
'<input type="text" class="form-control mb-2" name="headerValue" placeholder="헤더 값">' +
'<input type="text" class="form-control mb-2" name="headerValue" placeholder="MessageKey 값">' +
'</div>' +
'</div>';
$('#headerPairs').append(newPairHtml);
@@ -1632,7 +1632,7 @@
<div class="carousel-item">
<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"
@@ -1926,7 +1926,7 @@
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="routingModalLabel">헤더 기반 라우팅 수정</h5>
<h5 class="modal-title" id="routingModalLabel">MessageKey 기반 라우팅 수정</h5>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>