Merge branch 'features/ui-improvements' into jenkins_with_weblogic

This commit is contained in:
daekuk
2026-01-13 13:51:18 +09:00
2 changed files with 3 additions and 3 deletions
@@ -144,9 +144,9 @@
rowNum: -1,
// rowList: [10, 20, 30],
// pager: '#selectedApiGridPager',
sortname: 'apiId',
// sortname: 'apiId',
viewrecords: true,
sortorder: "asc",
// sortorder: "asc",
caption: "선택된 API",
height: 200,
autowidth: true,
@@ -201,7 +201,7 @@
const isOutboundWithoutNet = !json.PSVSYSADPTRBZWKGROUPNAME.includes('NET');
fullMessageData = json.FULLMESSAGEDATA;
layoutInfo = json.standardHeader;
bzwkdatatntInfo = json.BZWKDATATNT;
bzwkdatatntInfo = json.BZWKDATACTNT;
if((isInboundPart && isInboundWithoutNet) || (isOutboundPart && isOutboundWithoutNet)){
selectHttpLog(url, prcsDate, json.EAISVCSERNO.trim(), logPrcssSerno);